lxqt-qtplugin: refresh 0001-set-installation-path-fixed-cmake-query-returns-sysr.patch

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2018-03-27 16:37:23 +02:00
parent 45188d6d0a
commit 9e648640f0

View File

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