summaryrefslogtreecommitdiff
path: root/raveos-calamares-module/welcome/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'raveos-calamares-module/welcome/CMakeLists.txt')
-rw-r--r--raveos-calamares-module/welcome/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/raveos-calamares-module/welcome/CMakeLists.txt b/raveos-calamares-module/welcome/CMakeLists.txt
index e2b3f5b..9d28587 100644
--- a/raveos-calamares-module/welcome/CMakeLists.txt
+++ b/raveos-calamares-module/welcome/CMakeLists.txt
@@ -1,4 +1,4 @@
-find_package(Qt6 REQUIRED COMPONENTS Widgets)
+find_package(Qt6 REQUIRED COMPONENTS Core Widgets)
calamares_add_plugin(ravewelcome
TYPE viewmodule
@@ -6,6 +6,7 @@ calamares_add_plugin(ravewelcome
SOURCES
RaveWelcomeViewStep.cpp
LINK_LIBRARIES
+ Qt6::Core
Qt6::Widgets
Calamares::calamares
)