1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-02 16:31:23 +00:00

Improve kuserfeedback import

This commit is contained in:
Méven Car 2023-05-08 16:23:15 +02:00
parent e42873374c
commit 047bf33d90
2 changed files with 3 additions and 3 deletions

View File

@ -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"
)

View File

@ -444,8 +444,8 @@ endif()
if (HAVE_KUSERFEEDBACK)
target_link_libraries(
dolphinstatic
KUserFeedbackCoreQt6
KUserFeedbackWidgetsQt6
KUserFeedbackCore
KUserFeedbackWidgets
)
endif()