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
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/vmeasurements.cpp \
|
||||
$$PWD/stable.cpp
|
||||
$$PWD/vmeasurements.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/vmeasurements.h \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -9,5 +9,4 @@ include(undocommands/undocommands.pri)
|
|||
HEADERS += \
|
||||
$$PWD/stable.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
|
Loading…
Reference in New Issue
Block a user