|
|
QT += core gui widgets
|
|
|
|
|
|
TARGET = nmGUI
|
|
|
TEMPLATE = lib
|
|
|
DEFINES += NM_GUI_LIBRARY
|
|
|
|
|
|
include(../../setting.pri)
|
|
|
include(../../vtk.pri)
|
|
|
|
|
|
# You can make your code fail to compile if it uses deprecated APIs.
|
|
|
# In order to do so, uncomment the following line.
|
|
|
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
|
|
|
|
|
|
SOURCES += $${wtSrc}/nmNum/nmGUI/*.cpp \
|
|
|
|
|
|
HEADERS += $${wtInclude}/nmNum/nmGUI/*.h \
|
|
|
|
|
|
INCLUDEPATH += $${geoHome}/3rd/JSON/rapidjson-1.1.0/include/ \
|
|
|
|
|
|
|
|
|
# iBase 基础层(iDlgBase.h -> ZxUiBase.h / Defines.h / ZxBaseUtil.h 等)
|
|
|
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
|
|
|
|
|
|
# iGui 界面层
|
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiBase
|
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiGridPty
|
|
|
|
|
|
# iData 数据层
|
|
|
INCLUDEPATH += $${wtInclude}/iData
|
|
|
INCLUDEPATH += $${wtInclude}/iData/iDataPool
|
|
|
INCLUDEPATH += $${wtInclude}/iData/iDataEngine
|
|
|
INCLUDEPATH += $${wtInclude}/iData/iXmlManager
|
|
|
INCLUDEPATH += $${wtInclude}/iData/iXmlManager/Models
|
|
|
INCLUDEPATH += $${wtInclude}/iData/iSysUtils
|
|
|
|
|
|
# nmNum 数值解模块
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmGUI
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmData
|
|
|
|
|
|
LIBS += -lnmData
|
|
|
LIBS += -liBase -liUtils -liPlugin -liLogs -liProperty -liUnit -liXmlBase
|
|
|
LIBS += -liDataPool -liSysUtils -liDataEngine
|
|
|
LIBS += -liGuiBase -liGuiGridPty
|