summaryrefslogtreecommitdiffstats
path: root/src/qdbus
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-03-06 16:58:49 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-08 01:25:51 +0100
commita0e2b3e96be934438974b175d0e640ed30f4efcb (patch)
treefccc65d5dab1877c09d648a2812dd56d389eece0 /src/qdbus
parenta222ed8e876f442b0a45275643b5d210a914f269 (diff)
Remove xml dependency from the dbus tools.
They do not actually require it. Change-Id: Ib80c08ccb10a19e4e3694b65e95f2e585999fe01 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/qdbus')
-rw-r--r--src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro2
-rw-r--r--src/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro b/src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro
index 301a80096..4f5f826ce 100644
--- a/src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro
+++ b/src/qdbus/qdbuscpp2xml/qdbuscpp2xml.pro
@@ -1,7 +1,7 @@
SOURCES = qdbuscpp2xml.cpp
DESTDIR = $$QT.designer.bins
TARGET = qdbuscpp2xml
-QT = core xml
+QT = core
CONFIG += qdbus
CONFIG -= app_bundle
win32:CONFIG += console
diff --git a/src/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro b/src/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro
index 1c4db8908..2324e2d59 100644
--- a/src/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro
+++ b/src/qdbus/qdbusxml2cpp/qdbusxml2cpp.pro
@@ -1,7 +1,7 @@
SOURCES = qdbusxml2cpp.cpp
DESTDIR = $$QT.designer.bins
TARGET = qdbusxml2cpp
-QT = core dbus-private xml
+QT = core dbus-private
CONFIG -= app_bundle
win32:CONFIG += console