From a5ba031c9dfc830d3fe44e868c5fd26af2fbb225 Mon Sep 17 00:00:00 2001 From: Orangerot Date: Fri, 26 Jul 2024 17:49:18 +0200 Subject: feat(qt): simple qt qml application --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b592c39..08e7297 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,3 +4,7 @@ project(itat_challange_olympics) set(CMAKE_CXX_STANDARD 17) add_executable(itat_challange_olympics main.cpp) + +find_package(Qt6 REQUIRED COMPONENTS Quick) +target_link_libraries(itat_challange_olympics PRIVATE Qt6::Quick) + -- cgit v1.2.3