valentina/src/libs/ifc/ifc.pri
Roman Telezhynskyi 2c042b82ae stable.cpp only need by MSVC.
--HG--
branch : develop
2015-10-11 13:15:08 +03:00

16 lines
334 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
win32-msvc*:SOURCES += $$PWD/stable.cpp