diff --git a/CMakeLists.txt b/CMakeLists.txt index 7910275169..dcf12d854a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS ) find_package(KUserFeedbackQt6 1.2.1) -set_package_properties(KUserFeedback +set_package_properties(KUserFeedbackQt6 PROPERTIES TYPE OPTIONAL PURPOSE "Used for submission of telemetry data" ) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fedf96688f..5cd879bd95 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -444,8 +444,8 @@ endif() if (HAVE_KUSERFEEDBACK) target_link_libraries( dolphinstatic - KUserFeedbackCoreQt6 - KUserFeedbackWidgetsQt6 + KUserFeedbackCore + KUserFeedbackWidgets ) endif()