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.
nmWTAI-Platform/Src4/nmNum/nmGUI/nmGUI.pro

53 lines
1.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.

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