stable.cpp only need by MSVC.
--HG-- branch : develop
This commit is contained in:
parent
9e69b03a1b
commit
2c042b82ae
|
@ -4,7 +4,6 @@
|
|||
SOURCES += \
|
||||
$$PWD/main.cpp \
|
||||
$$PWD/tmainwindow.cpp \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/mapplication.cpp \
|
||||
$$PWD/dialogs/dialogabouttape.cpp \
|
||||
$$PWD/dialogs/dialognewmeasurements.cpp \
|
||||
|
@ -15,6 +14,8 @@ SOURCES += \
|
|||
$$PWD/vlitepattern.cpp \
|
||||
$$PWD/vtablesearch.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/tmainwindow.h \
|
||||
$$PWD/stable.h \
|
||||
|
|
|
@ -10,9 +10,9 @@ include(core/core.pri)
|
|||
SOURCES += \
|
||||
$$PWD/main.cpp \
|
||||
$$PWD/mainwindow.cpp \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/mainwindowsnogui.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
# Some header files
|
||||
HEADERS += \
|
||||
|
|
|
@ -10,5 +10,6 @@ HEADERS += \
|
|||
$$PWD/ifcdef.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/ifcdef.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
|
|
@ -9,11 +9,12 @@ SOURCES += \
|
|||
$$PWD/qmuparserbytecode.cpp \
|
||||
$$PWD/qmuparserbase.cpp \
|
||||
$$PWD/qmuparsertest.cpp \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/qmutranslation.cpp \
|
||||
$$PWD/qmuformulabase.cpp \
|
||||
$$PWD/qmutokenparser.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/qmuparser.h\
|
||||
$$PWD/qmuparser_global.h \
|
||||
|
|
|
@ -2,12 +2,13 @@
|
|||
# This need for corect working file translations.pro
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/dxflib/dl_dxf.cpp \
|
||||
$$PWD/dxflib/dl_writer_ascii.cpp \
|
||||
$$PWD/vdxfengine.cpp \
|
||||
$$PWD/vdxfpaintdevice.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/stable.h \
|
||||
$$PWD/dxflib/dl_attributes.h \
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# This need for corect working file translations.pro
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/vgobject.cpp \
|
||||
$$PWD/vabstractcurve.cpp \
|
||||
$$PWD/varc.cpp \
|
||||
|
@ -11,6 +10,8 @@ SOURCES += \
|
|||
$$PWD/vsplinepath.cpp \
|
||||
$$PWD/vsplinepoint.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/stable.h \
|
||||
$$PWD/vgobject.h \
|
||||
|
|
|
@ -19,7 +19,6 @@ HEADERS += \
|
|||
vposter.h
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/vlayoutgenerator.cpp \
|
||||
$$PWD/vlayoutdetail.cpp \
|
||||
$$PWD/vabstractdetail.cpp \
|
||||
|
@ -29,3 +28,5 @@ SOURCES += \
|
|||
$$PWD/vbestsquare.cpp \
|
||||
$$PWD/vposition.cpp \
|
||||
vposter.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# This need for corect working file translations.pro
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/def.cpp \
|
||||
$$PWD/undoevent.cpp \
|
||||
$$PWD/backport/qcommandlineoption.cpp \
|
||||
|
@ -13,6 +12,8 @@ SOURCES += \
|
|||
$$PWD/vcommonsettings.cpp \
|
||||
$$PWD/vtapesettings.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/stable.h \
|
||||
$$PWD/def.h \
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
SOURCES += \
|
||||
$$PWD/vcontainer.cpp \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/calculator.cpp \
|
||||
$$PWD/vdetail.cpp \
|
||||
$$PWD/vnodedetail.cpp \
|
||||
|
@ -24,6 +23,8 @@ SOURCES += \
|
|||
$$PWD/variables/vvariable.cpp \
|
||||
$$PWD/vformula.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/vcontainer.h \
|
||||
$$PWD/stable.h \
|
||||
|
|
|
@ -27,11 +27,12 @@ SOURCES += \
|
|||
$$PWD/plugins/vstringproperty.cpp \
|
||||
$$PWD/plugins/vpointfproperty.cpp \
|
||||
$$PWD/plugins/vobjectproperty.cpp \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/plugins/vlinetypeproperty.cpp \
|
||||
$$PWD/plugins/vlinecolorproperty.cpp \
|
||||
$$PWD/checkablemessagebox.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS +=\
|
||||
$$PWD/vpropertyexplorer_global.h \
|
||||
$$PWD/vpropertyfactorymanager_p.h \
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
# This need for corect working file translations.pro
|
||||
|
||||
SOURCES += \
|
||||
$$PWD/stable.cpp \
|
||||
$$PWD/vmaingraphicsscene.cpp \
|
||||
$$PWD/vmaingraphicsview.cpp \
|
||||
$$PWD/vsimplecurve.cpp \
|
||||
|
@ -12,6 +11,8 @@ SOURCES += \
|
|||
$$PWD/vsimplepoint.cpp \
|
||||
$$PWD/vabstractsimple.cpp
|
||||
|
||||
win32-msvc*:SOURCES += $$PWD/stable.cpp
|
||||
|
||||
HEADERS += \
|
||||
$$PWD/stable.h \
|
||||
$$PWD/vmaingraphicsscene.h \
|
||||
|
|
Loading…
Reference in New Issue
Block a user