|
|
|
|
## ///////////////////////////////////////
|
|
|
|
|
## <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ <20><>ֵ<EFBFBD>Ծ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
## <20><>ͼ<EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
## ///////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
QT += core
|
|
|
|
|
|
|
|
|
|
greaterThan(QT_MAJOR_VERSION, 4) : QT += printsupport
|
|
|
|
|
#greaterThan(QT_MAJOR_VERSION, 4) : QT += axcontainer printsupport
|
|
|
|
|
#lessThan(QT_MAJOR_VERSION, 5) : CONFIG += qaxcontainer
|
|
|
|
|
TARGET = nmPlot
|
|
|
|
|
TEMPLATE = lib
|
|
|
|
|
|
|
|
|
|
include(../../setting.pri)
|
|
|
|
|
|
|
|
|
|
DEFINES += NM_PLOT_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/iUnit
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/iBase/iPlugin
|
|
|
|
|
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}/mGui
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiPlot
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree/TreeWx
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiSysManager
|
|
|
|
|
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmData
|
|
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmPlot
|
|
|
|
|
|
|
|
|
|
SOURCES += $${wtSrc}/nmNum/nmPlot/*.cpp
|
|
|
|
|
HEADERS += $${wtInclude}/nmNum/nmPlot/*.h
|
|
|
|
|
|
|
|
|
|
LIBS += -liBase -liUtils -liUnit -liLogs -liPlugin
|
|
|
|
|
LIBS += -liPlotBase -liPlotCurveT -liPlotWxT
|
|
|
|
|
LIBS += -liGuiBase -lmGuiPlot -lmProjectManager -lmGuiSysManager -liDataPool -liSysUtils
|
|
|
|
|
LIBS += -lnmData
|
|
|
|
|
|