diff --git a/recipes-lxqt/lxqt-qtplugin/files/0001-set-installation-path-fixed-cmake-query-returns-sysr.patch b/recipes-lxqt/lxqt-qtplugin/files/0001-set-installation-path-fixed-cmake-query-returns-sysr.patch index 7865e3d4..3e6040a3 100644 --- a/recipes-lxqt/lxqt-qtplugin/files/0001-set-installation-path-fixed-cmake-query-returns-sysr.patch +++ b/recipes-lxqt/lxqt-qtplugin/files/0001-set-installation-path-fixed-cmake-query-returns-sysr.patch @@ -18,10 +18,10 @@ diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d65d813..61038fb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt -@@ -14,25 +14,4 @@ target_link_libraries(qtlxqt - Qt5::Widgets +@@ -37,25 +37,4 @@ target_link_libraries(qtlxqt ) + -# there is no standard way to get the plugin dir of Qt5 with cmake -# The best way is get_target_property(QT_PLUGINS_DIR Qt5::QGtk2ThemePlugin LOCATION). -# This directly returns the platformthemes dir. However, this does not work