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 \
|
|
|
|
$$PWD/undoevent.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 \
|
2015-11-09 19:02:38 +01:00
|
|
|
$$PWD/commandoptions.cpp
|
2015-06-15 13:43:41 +02:00
|
|
|
|
2015-10-11 12:15:08 +02:00
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
|
|
|
|
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 \
|
|
|
|
$$PWD/undoevent.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 \
|
2015-11-09 19:02:38 +01:00
|
|
|
$$PWD/commandoptions.h
|
2015-12-19 15:38:24 +01:00
|
|
|
|
|
|
|
contains(QT_VERSION, ^5\\.[0-1]\\.[0-2]$) { # Since Qt 5.2.0
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/backport/qcommandlineoption.h \
|
|
|
|
$$PWD/backport/qcommandlineparser.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/backport/qcommandlineoption.cpp \
|
|
|
|
$$PWD/backport/qcommandlineparser.cpp
|
|
|
|
}
|
|
|
|
|
|
|
|
contains(QT_VERSION, ^5\\.[0-2]\\.[0-2]$) { # Since Qt 5.3.0
|
|
|
|
HEADERS += \
|
|
|
|
$$PWD/backport/qmarginsf.h
|
|
|
|
|
|
|
|
SOURCES += \
|
|
|
|
$$PWD/backport/qmarginsf.cpp
|
|
|
|
}
|