1
0
mirror of https://invent.kde.org/system/dolphin synced 2024-07-04 17:30:55 +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) find_package(KUserFeedbackQt6 1.2.1)
set_package_properties(KUserFeedback set_package_properties(KUserFeedbackQt6
PROPERTIES TYPE OPTIONAL PROPERTIES TYPE OPTIONAL
PURPOSE "Used for submission of telemetry data" PURPOSE "Used for submission of telemetry data"
) )

View File

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