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-11 19:36:17 +02:00
|
|
|
$$PWD/stable.cpp \
|
2015-06-12 11:49:35 +02:00
|
|
|
$$PWD/ifcdef.cpp
|