[lang] Xml could be option, this is developer tooling after all

This commit is contained in:
Adriaan de Groot 2018-12-11 13:55:31 +01:00
parent b8595a1323
commit d7f0a1b937

View File

@ -18,7 +18,8 @@
#
###
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Xml )
find_package(Qt5 COMPONENTS Xml)
if( Qt5Xml_FOUND )
add_executable(txload txload.cpp)
target_link_libraries(txload Qt5::Xml)
endif()