From 91c6bd2ca62d144578e45d122b460e249c9da095 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 31 Aug 2024 16:24:05 +0200 Subject: [PATCH] Test --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50567e573..33ea4730b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,6 +64,8 @@ if (QT_KNOWN_POLICY_QTP0004) qt_policy(SET QTP0004 NEW) endif () +link_directories("/home/user/CraftRoot/lib") + find_package(KF6 ${KF_MIN_VERSION} COMPONENTS Kirigami I18n Notifications Config CoreAddons Sonnet ItemModels ColorScheme) set_package_properties(KF6 PROPERTIES TYPE REQUIRED