|
|
## ///////////////////////////////////////
|
|
|
## <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ <20><>ֵ<EFBFBD>Ծ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
## <20><><EFBFBD>ݶ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
## ///////////////////////////////////////
|
|
|
|
|
|
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
|
|
|
INCLUDEPATH += $${wtInclude}/nmNum/nmPlot
|
|
|
|
|
|
SOURCES += $${wtSrc}/nmNum/nmData/*.cpp
|
|
|
HEADERS += $${wtInclude}/nmNum/nmData/*.h
|
|
|
|
|
|
LIBS += -liBase -liUtils -liLogs -liUnit
|
|
|
LIBS += -liDataPool
|
|
|
LIBS += -lmProjectManager
|
|
|
#LIBS += -lnmPlot
|