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

76 lines
2.6 KiB
Prolog

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## ///////////////////////////////////////
## 本类库主要 数值试井 如下内容
## 窗体组件MainFrame下属层级
## ///////////////////////////////////////
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}/mGui
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree
INCLUDEPATH += $${wtInclude}/mGui/mGuiTree/TreeWx
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
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 -lmGuiPlot -liGuiRibbon
LIBS += -lmProjectManager -lmSubWnd
LIBS += -lnmData -lnmXml -lnmPlot -lnmSubWxs