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.
43 lines
1.2 KiB
Prolog
43 lines
1.2 KiB
Prolog
## ///////////////////////////////////////
|
|
## 本类库主要 数值试井 如下内容
|
|
## 数据对象相关内容
|
|
## ///////////////////////////////////////
|
|
|
|
QT += core xml sql
|
|
|
|
TARGET = nmData
|
|
TEMPLATE = lib
|
|
|
|
include(../../setting.pri)
|
|
|
|
DEFINES += NM_DATA_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}/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}/nmNum/nmData
|
|
|
|
SOURCES += $${wtSrc}/nmNum/nmData/*.cpp
|
|
HEADERS += $${wtInclude}/nmNum/nmData/*.h
|
|
|
|
LIBS += -liBase -liUtils -liLogs -liUnit
|
|
LIBS += -liDataPool
|
|
LIBS += -lmProjectManager
|