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.5 KiB
Prolog
49 lines
1.5 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 = nmSubWxs
|
|
TEMPLATE = lib
|
|
|
|
include(../../setting.pri)
|
|
|
|
DEFINES += NM_SUB_WXS_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/iUnit
|
|
INCLUDEPATH += $${wtInclude}/iBase/iXmlBase
|
|
|
|
INCLUDEPATH += $${wtInclude}/iData
|
|
#INCLUDEPATH += $${wtInclude}/iData/iDataPool
|
|
INCLUDEPATH += $${wtInclude}/iData/iXmlManager
|
|
INCLUDEPATH += $${wtInclude}/iData/iXmlManager/Models
|
|
INCLUDEPATH += $${wtInclude}/iData/iSysUtils
|
|
|
|
INCLUDEPATH += $${wtInclude}/iGui
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiBase
|
|
INCLUDEPATH += $${wtInclude}/iGui/iGuiGridPty
|
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmSubWxs
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmSubWxs/SubWxs
|
|
|
|
SOURCES += $${wtSrc}/nmNum/nmSubWxs/*.cpp
|
|
HEADERS += $${wtInclude}/nmNum/nmSubWxs/*.h
|
|
#FORMS += $${wtSrc}/nmNum/nmSubWxs/SubWxs/*.ui
|
|
|
|
LIBS += -liBase -liUtils -liPlugin -liLogs -liUnit -liXmlBase
|
|
LIBS += -liGuiBase -liGuiGridPty
|
|
LIBS += -liSysUtils #-liDataPool
|