5ee91f4891
--HG-- branch : develop
19 lines
395 B
Plaintext
19 lines
395 B
Plaintext
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
SOURCES += \
|
|
$$PWD/fvupdatewindow.cpp \
|
|
$$PWD/fvupdater.cpp \
|
|
$$PWD/fvavailableupdate.cpp
|
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
HEADERS += \
|
|
$$PWD/fvupdatewindow.h \
|
|
$$PWD/fvupdater.h \
|
|
$$PWD/fvavailableupdate.h \
|
|
$$PWD/stable.h
|
|
|
|
FORMS += \
|
|
$$PWD/fvupdatewindow.ui
|