From 0696071316b3dacb8d1ca15a269e4f4215642b9d Mon Sep 17 00:00:00 2001 From: Harald Fernengel Date: Wed, 18 Jan 2012 21:28:31 +0100 Subject: Remove dependency of QtDBus onto QtXml Replace the QDom based code in qdbusxmlparser with code using QXmlStreamReader. Task-number: QTBUG-20856 Change-Id: I294e3ebd6faa813c20806be3ae225ac00befb622 Reviewed-by: Thiago Macieira --- src/dbus/dbus.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dbus/dbus.pro') diff --git a/src/dbus/dbus.pro b/src/dbus/dbus.pro index 8669bb003a..6fd48de48d 100644 --- a/src/dbus/dbus.pro +++ b/src/dbus/dbus.pro @@ -2,8 +2,7 @@ load(qt_module) TARGET = QtDBus QPRO_PWD = $$PWD -QT = core-private \ - xml +QT = core-private CONFIG += link_pkgconfig module MODULE_PRI = ../modules/qt_dbus.pri @@ -21,8 +20,7 @@ unix|win32-g++* { QMAKE_PKGCONFIG_DESCRIPTION = Qt \ DBus \ module - QMAKE_PKGCONFIG_REQUIRES = QtCore \ - QtXml + QMAKE_PKGCONFIG_REQUIRES = QtCore } win32 { wince*:LIBS_PRIVATE += -lws2 -- cgit v1.2.3