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.
nmWATI/Src4/nmNum/nmSubWnd/nmSubWnd.pro

93 lines
3.2 KiB
Prolog

## ///////////////////////////////////////
## <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ <20><>ֵ<EFBFBD>Ծ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
## <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>MainFrame<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
## ///////////////////////////////////////
QT += core# 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)
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}/mTool
INCLUDEPATH += $${wtInclude}/mTool/mToolPvt
INCLUDEPATH += $${wtInclude}/mGui
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree/TreeWx
INCLUDEPATH += $${wtInclude}/mGui/mGuiPlot
INCLUDEPATH += $${wtInclude}/mGui/mGuiPlot
INCLUDEPATH += $${wtInclude}/mGui/mSubWnd
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/SinglePhaseSolver/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
LIBS += -lmProjectManager -lmSubWnd -lmToolPvt
LIBS += -lnmData -lnmXml -lnmPlot -lnmSubWxs
LIBS += -lmGuiJob
LIBS += -liAlgMath -lnmCalculation