mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-15 11:54:32 -04:00
[lang] Xml could be option, this is developer tooling after all
This commit is contained in:
parent
b8595a1323
commit
d7f0a1b937
1 changed files with 5 additions and 4 deletions
|
@ -18,7 +18,8 @@
|
|||
#
|
||||
###
|
||||
|
||||
find_package( Qt5 ${QT_VERSION} CONFIG REQUIRED Xml )
|
||||
|
||||
add_executable(txload txload.cpp)
|
||||
target_link_libraries(txload Qt5::Xml)
|
||||
find_package(Qt5 COMPONENTS Xml)
|
||||
if( Qt5Xml_FOUND )
|
||||
add_executable(txload txload.cpp)
|
||||
target_link_libraries(txload Qt5::Xml)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue