b6e0d97df0
--HG-- branch : develop
16 lines
329 B
Plaintext
16 lines
329 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/ifcdef.cpp
|
|
|
|
*msvc*:SOURCES += $$PWD/stable.cpp
|