fix selection logic

This commit is contained in:
Jonathan Esk-Riddell 2024-01-26 14:49:21 +00:00
parent ed540673d9
commit c9685168e0

View File

@ -16,10 +16,10 @@ add_subdirectory(libcalamaresui)
if(WITH_QT6) if(WITH_QT6)
# all things qml # all things qml
add_subdirectory(qml/calamares-qt5) add_subdirectory(qml/calamares)
else() else()
# all things qml # all things qml
add_subdirectory(qml/calamares) add_subdirectory(qml/calamares-qt5)
endif() endif()
# application # application