cmake: test: Enable qdbusxmlparser

Change-Id: Ieb3640a00b6f00fcbef5d42fee028b1edca12782
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Albert Astals Cid 2019-01-30 11:31:43 +01:00
parent 1e4ab2a02a
commit 23b3100c56

View File

@ -27,7 +27,6 @@ if(QT_FEATURE_process)
endif() endif()
endif() endif()
### FIXME if(QT_FEATURE_xml)
# if(QT_FEATURE_xml) add_subdirectory(qdbusxmlparser)
# add_subdirectory(qdbusxmlparser) endif()
# endif()