┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMéven Car <[email protected]>2023-05-08 16:23:15 +0200
committerMéven Car <[email protected]>2023-05-08 16:23:15 +0200
commit047bf33d9050b89243479adb22aaa354b10878a4 (patch)
treea42466a184f4550e192897c8a9fc19a4b7a236d6 /CMakeLists.txt
parente42873374c07d83c0e05271e45e0b650f4f7601c (diff)
Improve kuserfeedback import
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 791027516..dcf12d854 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"
)