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.
nmWATI/Src4/nmNum/nmXml/nmXml.pro

34 lines
914 B
Prolog

## ///////////////////////////////////////
## <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ <20><>ֵ<EFBFBD>Ծ<EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
## XML<EFBFBD>ļ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
## ///////////////////////////////////////
QT += core xml
greaterThan(QT_MAJOR_VERSION, 4) : QT += printsupport
#greaterThan(QT_MAJOR_VERSION, 4) : QT += axcontainer printsupport
#lessThan(QT_MAJOR_VERSION, 5) : CONFIG += qaxcontainer
TARGET = nmXml
TEMPLATE = lib
include(../../setting.pri)
DEFINES += NM_XML_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/iXmlBase
INCLUDEPATH += $${wtInclude}/nmNum
INCLUDEPATH += $${wtInclude}/nmNum/nmXml
SOURCES += $${wtSrc}/nmNum/nmXml/*.cpp
HEADERS += $${wtInclude}/nmNum/nmXml/*.h
LIBS += -liBase -liUtils -liLogs -liXmlBase