CMake: remove Qt6 handholding of modules
This commit is contained in:
parent
ead610b429
commit
e1bb6f1eb3
@ -21,10 +21,6 @@ string(REPLACE " " ";" SKIP_LIST "${SKIP_MODULES}")
|
||||
file(GLOB SUBDIRECTORIES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*")
|
||||
list(SORT SUBDIRECTORIES)
|
||||
|
||||
if(WITH_QT6) # TODO: Qt6
|
||||
set(SUBDIRECTORIES finished finishedq welcome welcomeq)
|
||||
endif()
|
||||
|
||||
foreach(SUBDIRECTORY ${SUBDIRECTORIES})
|
||||
calamares_add_module_subdirectory( ${SUBDIRECTORY} LIST_SKIPPED_MODULES )
|
||||
endforeach()
|
||||
|
Loading…
Reference in New Issue
Block a user