0885f3ee52
this is more logical, following the qt_plugin and qt_tool scheme. Change-Id: Ib3b2abec6728cdab260e15128b1cd78e8e6f5d6a Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
24 lines
474 B
Prolog
24 lines
474 B
Prolog
load(qt_build_config)
|
|
|
|
TARGET = QtXml
|
|
QT = core-private
|
|
|
|
DEFINES += QT_NO_USING_NAMESPACE
|
|
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
|
|
|
|
load(qt_module)
|
|
|
|
HEADERS += qtxmlglobal.h
|
|
QMAKE_DOCS = $$PWD/doc/qtxml.qdocconf
|
|
QMAKE_DOCS_INDEX = ../../doc
|
|
|
|
PRECOMPILED_HEADER = ../corelib/global/qt_pch.h
|
|
|
|
win32-borland {
|
|
QMAKE_CFLAGS_WARN_ON += -w-use
|
|
QMAKE_CXXFLAGS_WARN_ON += -w-use
|
|
}
|
|
|
|
include(dom/dom.pri)
|
|
include(sax/sax.pri)
|