The file stable.cpp is useful only with MSVC.
--HG-- branch : develop
This commit is contained in:
parent
833cf07a76
commit
5be84df289
|
@ -2,8 +2,9 @@
|
||||||
# This need for corect working file translations.pro
|
# This need for corect working file translations.pro
|
||||||
|
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/vmeasurements.cpp \
|
$$PWD/vmeasurements.cpp
|
||||||
$$PWD/stable.cpp
|
|
||||||
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/vmeasurements.h \
|
$$PWD/vmeasurements.h \
|
||||||
|
|
|
@ -4,10 +4,11 @@
|
||||||
SOURCES += \
|
SOURCES += \
|
||||||
$$PWD/vobjengine.cpp \
|
$$PWD/vobjengine.cpp \
|
||||||
$$PWD/vobjpaintdevice.cpp \
|
$$PWD/vobjpaintdevice.cpp \
|
||||||
$$PWD/stable.cpp \
|
|
||||||
$$PWD/delaunay.cpp \
|
$$PWD/delaunay.cpp \
|
||||||
$$PWD/predicates.cpp
|
$$PWD/predicates.cpp
|
||||||
|
|
||||||
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||||
|
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/vobjengine.h \
|
$$PWD/vobjengine.h \
|
||||||
$$PWD/delaunay.h \
|
$$PWD/delaunay.h \
|
||||||
|
|
|
@ -9,5 +9,4 @@ include(undocommands/undocommands.pri)
|
||||||
HEADERS += \
|
HEADERS += \
|
||||||
$$PWD/stable.h
|
$$PWD/stable.h
|
||||||
|
|
||||||
SOURCES += \
|
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||||
$$PWD/stable.cpp
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user