valentina/src/libs/vobj/vobj.pri
Roman Telezhynskyi 5be84df289 The file stable.cpp is useful only with MSVC.
--HG--
branch : develop
2016-03-06 21:21:21 +02:00

17 lines
368 B
Plaintext

# ADD TO EACH PATH $$PWD VARIABLE!!!!!!
# This need for corect working file translations.pro
SOURCES += \
$$PWD/vobjengine.cpp \
$$PWD/vobjpaintdevice.cpp \
$$PWD/delaunay.cpp \
$$PWD/predicates.cpp
win32-msvc*:SOURCES += $$PWD/stable.cpp
HEADERS += \
$$PWD/vobjengine.h \
$$PWD/delaunay.h \
$$PWD/vobjpaintdevice.h \
$$PWD/stable.h