aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
Diffstat (limited to 'libs')
-rw-r--r--libs/installer_omod_native/src/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/installer_omod_native/src/CMakeLists.txt b/libs/installer_omod_native/src/CMakeLists.txt
index a4564e1..6c7e01e 100644
--- a/libs/installer_omod_native/src/CMakeLists.txt
+++ b/libs/installer_omod_native/src/CMakeLists.txt
@@ -1,5 +1,8 @@
cmake_minimum_required(VERSION 3.16)
+find_package(Qt6 REQUIRED COMPONENTS Widgets)
+qt_standard_project_setup()
+
file(GLOB installer_omod_native_SOURCES CONFIGURE_DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/*.cpp
${CMAKE_CURRENT_SOURCE_DIR}/*.h