diff -r 1f9f971adec4 -r a73b9770467a qmlfrontend/CMakeLists.txt --- a/qmlfrontend/CMakeLists.txt Fri Apr 05 13:10:55 2024 +0100 +++ b/qmlfrontend/CMakeLists.txt Fri Apr 19 17:44:55 2024 +0200 @@ -9,7 +9,7 @@ set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) -find_package(Qt5 COMPONENTS Core Quick REQUIRED) +find_package(Qt6 COMPONENTS Core Quick REQUIRED) add_executable(${PROJECT_NAME} "main.cpp" "qml.qrc" "hwengine.cpp" "hwengine.h" @@ -25,4 +25,4 @@ "rooms_model.cpp" "rooms_model.h" ) -target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Network Qt5::Quick) +target_link_libraries(${PROJECT_NAME} Qt6::Core Qt6::Network Qt6::Quick)