2011-04-27 10:05:43 +00:00
|
|
|
TARGET = QtXml
|
2011-04-20 18:57:51 +00:00
|
|
|
QT = core-private
|
2011-04-01 10:47:28 +00:00
|
|
|
|
2016-05-11 09:53:02 +00:00
|
|
|
DEFINES += QT_NO_USING_NAMESPACE QT_NO_FOREACH
|
|
|
|
|
2018-01-24 06:20:54 +00:00
|
|
|
msvc:equals(QT_ARCH, i386): QMAKE_LFLAGS += /BASE:0x61000000
|
2011-04-27 10:05:43 +00:00
|
|
|
|
2012-10-08 15:19:14 +00:00
|
|
|
QMAKE_DOCS = $$PWD/doc/qtxml.qdocconf
|
|
|
|
|
Clean up the EXPORT macros in qglobal.h.
QtPlatformSupport is a static library. It should never export
anything, so Q_PLATFORMSUPPORT_EXPORT is unnecessary.
QtSql, QtXml, QtDBus, QtOpenGL and QtPrintSupport now have the macros
on their own source trees. It's possible these modules might be
separated out from qtbase in the future. For QtDBus, the macros are
moving back to where they used to be. This also leaves qglobal.h only
creating the macros for QtCore, QtGui, QtWidgets and QtNetwork, the
core libraries.
Q_CANVAS_EXPORT, Q_OPENVG_EXPORT and Q_COMPAT_EXPORT aren't used
anywhere in the Qt sources, so simply delete them. And the
Q_QUICK1_EXPORT macro in the static section was wrong, so remove it
too.
Change-Id: I50bdf86e783338f814903b25979721f788a7becf
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2012-06-06 18:04:41 +00:00
|
|
|
HEADERS += qtxmlglobal.h
|
2012-05-07 11:54:52 +00:00
|
|
|
|
2014-03-01 19:06:58 +00:00
|
|
|
PRECOMPILED_HEADER =
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
include(dom/dom.pri)
|
|
|
|
include(sax/sax.pri)
|
2016-02-12 15:03:42 +00:00
|
|
|
|
|
|
|
load(qt_module)
|