The file stable.cpp is useful only with MSVC.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-03-06 21:21:21 +02:00
parent 833cf07a76
commit 5be84df289
3 changed files with 6 additions and 5 deletions

View file

@ -2,8 +2,9 @@
# This need for corect working file translations.pro
SOURCES += \
$$PWD/vmeasurements.cpp \
$$PWD/stable.cpp
$$PWD/vmeasurements.cpp
win32-msvc*:SOURCES += $$PWD/stable.cpp
HEADERS += \
$$PWD/vmeasurements.h \

View file

@ -4,10 +4,11 @@
SOURCES += \
$$PWD/vobjengine.cpp \
$$PWD/vobjpaintdevice.cpp \
$$PWD/stable.cpp \
$$PWD/delaunay.cpp \
$$PWD/predicates.cpp
win32-msvc*:SOURCES += $$PWD/stable.cpp
HEADERS += \
$$PWD/vobjengine.h \
$$PWD/delaunay.h \

View file

@ -9,5 +9,4 @@ include(undocommands/undocommands.pri)
HEADERS += \
$$PWD/stable.h
SOURCES += \
$$PWD/stable.cpp
win32-msvc*:SOURCES += $$PWD/stable.cpp