From 23b3100c562f2747fd4a2c6ac5ab6ab32a70db4a Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 30 Jan 2019 11:31:43 +0100 Subject: cmake: test: Enable qdbusxmlparser Change-Id: Ieb3640a00b6f00fcbef5d42fee028b1edca12782 Reviewed-by: Tobias Hunger --- tests/auto/dbus/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests') 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() -- cgit v1.2.3