summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/dbus/CMakeLists.txt')
-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()