13 lines
639 B
Diff
13 lines
639 B
Diff
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}")
|