2014-12-03 15:11:57 +01:00
|
|
|
# Suport subdirectories. Just better project code tree.
|
|
|
|
include(dialogs/dialogs.pri)
|
|
|
|
include(xml/xml.pri)
|
|
|
|
include(core/core.pri)
|
|
|
|
|
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
# Some source files
|
2014-04-25 10:58:33 +02:00
|
|
|
SOURCES += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/main.cpp \
|
|
|
|
$$PWD/mainwindow.cpp \
|
2015-05-12 14:42:19 +02:00
|
|
|
$$PWD/mainwindowsnogui.cpp
|
2014-12-03 15:11:57 +01:00
|
|
|
|
2015-10-11 12:15:08 +02:00
|
|
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
2015-08-25 21:27:21 +02:00
|
|
|
|
2014-12-03 15:11:57 +01:00
|
|
|
# Some header files
|
2014-04-25 10:58:33 +02:00
|
|
|
HEADERS += \
|
2014-12-03 15:11:57 +01:00
|
|
|
$$PWD/mainwindow.h \
|
|
|
|
$$PWD/options.h \
|
|
|
|
$$PWD/stable.h \
|
2015-05-12 14:42:19 +02:00
|
|
|
$$PWD/version.h \
|
|
|
|
$$PWD/mainwindowsnogui.h
|
2014-12-03 15:11:57 +01:00
|
|
|
# Main forms
|
2014-04-25 10:58:33 +02:00
|
|
|
FORMS += \
|
2015-05-14 14:49:44 +02:00
|
|
|
$$PWD/mainwindow.ui
|