plasma-mobile-arch/hfd-service/plugin_install_dir.patch

14 lines
639 B
Diff
Raw Normal View History

2024-08-09 15:36:42 +02:00
diff --git a/qt/feedback-plugin/CMakeLists.txt b/qt/feedback-plugin/CMakeLists.txt
index 4f1d00a..2441f97 100644
--- a/qt/feedback-plugin/CMakeLists.txt
+++ b/qt/feedback-plugin/CMakeLists.txt
@@ -23,7 +23,7 @@ add_library(
# Ideally, we would read the plugin installation location from cmake
# but this does not work currently.
-set(PLUGIN_INSTALL_LOCATION "${CMAKE_INSTALL_LIBDIR}/qt5/plugins/feedback")
+set(PLUGIN_INSTALL_LOCATION "${CMAKE_INSTALL_LIBDIR}/qt/plugins/feedback")
# get_target_property(PLUGIN_LOCATION Qt5::Feedback PLUGIN_LOCATION)
message(STATUS "Installing Qt5 feedback plugin to: ${PLUGIN_INSTALL_LOCATION}")