You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
3.4 KiB
Prolog
99 lines
3.4 KiB
Prolog
|
3 weeks ago
|
QT += core gui widgets# xml sql
|
||
|
|
|
||
|
|
greaterThan(QT_MAJOR_VERSION, 4) : QT += printsupport
|
||
|
|
#greaterThan(QT_MAJOR_VERSION, 4) : QT += axcontainer printsupport
|
||
|
|
#lessThan(QT_MAJOR_VERSION, 5) : CONFIG += qaxcontainer
|
||
|
|
TARGET = nmSubWnd
|
||
|
|
TEMPLATE = lib
|
||
|
|
|
||
|
|
include(../../setting.pri)
|
||
|
|
include(../../vtk.pri)
|
||
|
|
|
||
|
|
DEFINES += NM_SUB_WND_LIBRARY
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iBase
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/Interface
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iDefines
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iUtils
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iLogs
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iPlugin
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iProperty
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iUnit
|
||
|
|
INCLUDEPATH += $${wtInclude}/iBase/iXmlBase
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/iPlot
|
||
|
|
INCLUDEPATH += $${wtInclude}/iPlot/iPlotbase
|
||
|
|
INCLUDEPATH += $${wtInclude}/iPlot/iPlotbase/Tools
|
||
|
|
INCLUDEPATH += $${wtInclude}/iPlot/iPlotCurveT
|
||
|
|
INCLUDEPATH += $${wtInclude}/iPlot/iPlotCurveT/Objects
|
||
|
|
INCLUDEPATH += $${wtInclude}/iPlot/iPlotWxT
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/iData
|
||
|
|
INCLUDEPATH += $${wtInclude}/iData/iDataPool
|
||
|
|
INCLUDEPATH += $${wtInclude}/iData/iDataEngine
|
||
|
|
INCLUDEPATH += $${wtInclude}/iData/iXmlManager
|
||
|
|
INCLUDEPATH += $${wtInclude}/iData/iXmlManager/Models
|
||
|
|
INCLUDEPATH += $${wtInclude}/iData/iSysUtils
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/mData
|
||
|
|
INCLUDEPATH += $${wtInclude}/mData/mModuleDefines
|
||
|
|
INCLUDEPATH += $${wtInclude}/mData/mProjectManager
|
||
|
|
INCLUDEPATH += $${wtInclude}/mData/mProjectManager/DataModels
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/iGui
|
||
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiBase
|
||
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiGridPty
|
||
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiRibbon
|
||
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiRibbon/iRibbonXml
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/iAlg
|
||
|
|
INCLUDEPATH += $${wtInclude}/iAlg/iAlgMath
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/mTool
|
||
|
|
INCLUDEPATH += $${wtInclude}/mTool/mToolPvt
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree/TreeWx
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiPlot
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiJob
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mSubWnd
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiAnal
|
||
|
|
INCLUDEPATH += $${wtInclude}/mGui/mSubWndAna
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/mAlg
|
||
|
|
INCLUDEPATH += $${wtInclude}/mAlg/mAlgDefines
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmData
|
||
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmPlot
|
||
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmXml
|
||
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmSubWxs
|
||
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmSubWnd
|
||
|
|
|
||
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmCalculation
|
||
|
|
INCLUDEPATH += $${geoHome}/3rd/Pebi/include
|
||
|
|
|
||
|
|
INCLUDEPATH += $${geoHome}/3rd/JSON/rapidjson-1.1.0/include/
|
||
|
|
|
||
|
|
SOURCES += $${wtSrc}/nmNum/nmSubWnd/*.cpp
|
||
|
|
HEADERS += $${wtInclude}/nmNum/nmSubWnd/*.h
|
||
|
|
|
||
|
|
#LIBS += -liBase -liUtils -liPlugin -liLogs -liProperty -liUnit -liXmlBase
|
||
|
|
#LIBS += -liPlotBase -liPlotCurveT -liPlotWxT
|
||
|
|
#LIBS += -liDataPool -liSysUtils
|
||
|
|
#LIBS += -liGuiBase -liGuiGridPty -lmGuiTree -lmGuiJob -lmGuiPlot -liGuiRibbon
|
||
|
|
#LIBS += -lmProjectManager -lmSubWnd -liAlgMath -lmToolPvt
|
||
|
|
#LIBS += -lnmData -lnmXml -lnmPlot -lnmSubWxs
|
||
|
|
|
||
|
|
LIBS += -liBase -liUtils -liPlugin -liLogs -liProperty -liUnit -liXmlBase
|
||
|
|
LIBS += -liPlotBase -liPlotCurveT -liPlotWxT
|
||
|
|
LIBS += -liDataPool -liSysUtils
|
||
|
|
LIBS += -liGuiBase -liGuiGridPty -lmGuiTree -lmGuiPlot -liGuiRibbon -lmGuiAnal
|
||
|
|
LIBS += -lmProjectManager -lmSubWnd -lmToolPvt -lmSubWndAna
|
||
|
|
LIBS += -lnmData -lnmXml -lnmPlot -lnmSubWxs
|
||
|
|
|
||
|
|
LIBS += -lmGuiJob
|
||
|
|
LIBS += -liAlgMath -lnmCalculation
|
||
|
|
|