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.
49 lines
1.4 KiB
Prolog
49 lines
1.4 KiB
Prolog
## ///////////////////////////////////////
|
|
## 本类库主要 数值试井 如下内容
|
|
## 绘图相关
|
|
## ///////////////////////////////////////
|
|
|
|
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}/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}/iGui
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiBase
|
|
|
|
INCLUDEPATH += $${wtInclude}/mGui/mGuiPlot
|
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmData
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmPlot
|
|
|
|
SOURCES += $${wtSrc}/nmNum/nmPlot/*.cpp
|
|
HEADERS += $${wtInclude}/nmNum/nmPlot/*.h
|
|
|
|
LIBS += -liBase -liUtils -liUnit -liLogs
|
|
LIBS += -liPlotBase -liPlotCurveT -liPlotWxT
|
|
LIBS += -liGuiBase -lmGuiPlot
|
|
|
|
|