2014-12-10 19:01:33 +01:00
|
|
|
# Suport subdirectories. Just better project code tree.
|
|
|
|
include(exception/exception.pri)
|
|
|
|
include(xml/xml.pri)
|
|
|
|
|
2014-12-10 18:18:22 +01:00
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
|
|
# This need for corect working file translations.pro
|
|
|
|
|
|
|
|
HEADERS += \
|
2014-12-10 19:01:33 +01:00
|
|
|
$$PWD/stable.h \
|
|
|
|
$$PWD/ifcdef.h
|
2014-12-10 18:18:22 +01:00
|
|
|
|
|
|
|
SOURCES += \
|
2015-06-12 11:49:35 +02:00
|
|
|
$$PWD/ifcdef.cpp
|
2015-10-11 12:15:08 +02:00
|
|
|
|
2017-07-05 10:35:32 +02:00
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|