summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 11:31:43 +0100
committerAlbert Astals Cid <albert.astals.cid@kdab.com>2019-01-30 16:13:10 +0000
commit23b3100c562f2747fd4a2c6ac5ab6ab32a70db4a (patch)
treedc9430145179ae3bb7d1ec4770826da81d2c283b /tests
parent1e4ab2a02a9dd3cccb085ca96bc0ab4721badb41 (diff)
cmake: test: Enable qdbusxmlparser
Change-Id: Ieb3640a00b6f00fcbef5d42fee028b1edca12782 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/dbus/CMakeLists.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/auto/dbus/CMakeLists.txt b/tests/auto/dbus/CMakeLists.txt
index 6371c52ceb..e1e23a7247 100644
--- a/tests/auto/dbus/CMakeLists.txt
+++ b/tests/auto/dbus/CMakeLists.txt
@@ -27,7 +27,6 @@ if(QT_FEATURE_process)
endif()
endif()
-### FIXME
-# if(QT_FEATURE_xml)
-# add_subdirectory(qdbusxmlparser)
-# endif()
+if(QT_FEATURE_xml)
+ add_subdirectory(qdbusxmlparser)
+endif()