[finishedq] CMake: missing keyword

main
Adriaan de Groot 4 years ago
parent 83e6476be8
commit 44602d0237

@ -8,7 +8,7 @@ if( NOT WITH_QML )
return()
endif()
find_package( Qt5 ${QT_VERSION} CONFIG DBus Network )
find_package( Qt5 ${QT_VERSION} CONFIG COMPONENTS DBus Network )
if ( NOT TARGET Qt5::DBus OR NOT TARGET Qt5::Network )
calamares_skip_module( "finishedq (missing DBus or Network)" )
return()

Loading…
Cancel
Save