2015-06-15 13:43:41 +02:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
SOURCES += \
|
2015-06-15 14:02:42 +02:00
|
|
|
$$PWD/def.cpp \
|
2015-06-18 10:45:38 +02:00
|
|
|
$$PWD/vsettings.cpp \
|
2015-07-10 13:14:55 +02:00
|
|
|
$$PWD/vabstractapplication.cpp \
|
2015-07-15 09:16:59 +02:00
|
|
|
$$PWD/projectversion.cpp \
|
|
|
|
$$PWD/vcommonsettings.cpp \
|
2015-11-09 12:33:36 +01:00
|
|
|
$$PWD/vtapesettings.cpp \
|
2016-06-01 15:37:42 +02:00
|
|
|
$$PWD/commandoptions.cpp \
|
2016-06-11 14:51:48 +02:00
|
|
|
$$PWD/qxtcsvmodel.cpp \
|
2016-08-04 18:28:28 +02:00
|
|
|
$$PWD/vtablesearch.cpp \
|
2017-11-13 11:59:25 +01:00
|
|
|
$$PWD/dialogs/dialogexporttocsv.cpp \
|
|
|
|
$$PWD/defglobal.cpp
|
2015-06-15 13:43:41 +02:00
|
|
|
|
2017-07-05 10:35:32 +02:00
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|
2015-10-11 12:15:08 +02:00
|
|
|
|
2015-06-15 13:43:41 +02:00
|
|
|
HEADERS += \
|
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/def.h \
|
|
|
|
$$PWD/logging.h \
|
2015-06-15 14:02:42 +02:00
|
|
|
$$PWD/vmath.h \
|
2015-06-18 10:45:38 +02:00
|
|
|
$$PWD/vsettings.h \
|
2015-07-10 13:14:55 +02:00
|
|
|
$$PWD/vabstractapplication.h \
|
2015-07-15 09:16:59 +02:00
|
|
|
$$PWD/projectversion.h \
|
|
|
|
$$PWD/vcommonsettings.h \
|
2015-09-13 14:00:33 +02:00
|
|
|
$$PWD/vtapesettings.h \
|
2015-09-14 13:53:49 +02:00
|
|
|
$$PWD/debugbreak.h \
|
2015-09-28 20:54:41 +02:00
|
|
|
$$PWD/vlockguard.h \
|
2015-11-09 12:33:36 +01:00
|
|
|
$$PWD/vsysexits.h \
|
2016-06-01 15:37:42 +02:00
|
|
|
$$PWD/commandoptions.h \
|
2016-06-11 14:51:48 +02:00
|
|
|
$$PWD/qxtcsvmodel.h \
|
2016-08-04 18:28:28 +02:00
|
|
|
$$PWD/vtablesearch.h \
|
2017-05-12 14:09:19 +02:00
|
|
|
$$PWD/diagnostic.h \
|
2017-08-03 14:25:14 +02:00
|
|
|
$$PWD/dialogs/dialogexporttocsv.h \
|
2017-11-13 11:59:25 +01:00
|
|
|
$$PWD/customevents.h \
|
|
|
|
$$PWD/defglobal.h
|
2015-12-19 15:38:24 +01:00
|
|
|
|
2015-12-19 20:02:38 +01:00
|
|
|
# Qt's versions
|
|
|
|
# 5.2.0, 5.2.1
|
|
|
|
# 5.3.0, 5.3.1, 5.3.2
|
|
|
|
|
2015-12-19 15:38:24 +01:00
|
|
|
|
|
|
|
contains(QT_VERSION, ^5\\.[0-2]\\.[0-2]$) { # Since Qt 5.3.0
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/backport/qmarginsf.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/backport/qmarginsf.cpp
|
|
|
|
}
|
2017-05-12 14:09:19 +02:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
$$PWD/dialogs/dialogexporttocsv.ui
|