summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro
diff options
context:
space:
mode:
authorKevin Ottens <kevin.ottens@kdab.com>2012-11-30 11:51:05 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 07:41:49 +0100
commit5b3e7c8dfa4856b04013ace24d19bbd104dc3bd0 (patch)
treedbaf1fa3c3ecf623b99807bc18c90e57de535991 /tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro
parentfac02ddc39145963646ad0f36b9e41573e49e6c5 (diff)
Generate the introspection string during parsing
Commit 0696071316b3dacb8d1ca15a269e4f4215642b9d moved away from QDom but also lost the ability to fill the introspection field of the created QDBusIntrospection::Interface instances. This commit now generate the string again as we proceed with the QXmlStreamReader based parsing. Task-number: QTBUG-26668 Change-Id: I8f406e1f4e9d3e667a8557db69da36cac369ba4f Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro')
-rw-r--r--tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro b/tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro
index 4b3415612a..a7186c341b 100644
--- a/tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro
+++ b/tests/auto/dbus/qdbusxmlparser/qdbusxmlparser.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
TARGET = tst_qdbusxmlparser
-QT = core-private dbus-private testlib
+QT = core-private dbus-private xml testlib
SOURCES += tst_qdbusxmlparser.cpp
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0