394d54e9c1
--HG-- branch : feature
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
# Suport subdirectories. Just better project code tree.
|
|
include(exception/exception.pri)
|
|
include(xml/xml.pri)
|
|
|
|
# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
|
|
# This need for corect working file translations.pro
|
|
|
|
HEADERS += \
|
|
$$PWD/stable.h \
|
|
$$PWD/ifcdef.h
|
|
|
|
SOURCES += \
|
|
$$PWD/stable.cpp
|