From 72877cc46e9184484843cc94d76f28fe4998b80b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 25 Aug 2015 15:02:56 +0200 Subject: [PATCH] lxqt-qtplugin: fix path of our platform themes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is one of those heureka (or damn how could this happen) commits. Signed-off-by: Andreas Müller --- ...set-installation-path-fixed-cmake-query-returns-sysr.patch | 2 +- recipes-lxqt/lxqt-qtplugin/lxqt-qtplugin_git.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 b6155d89..7865e3d4 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 @@ -44,7 +44,7 @@ index d65d813..61038fb 100644 -endif() - -install(TARGETS qtlxqt LIBRARY DESTINATION "${QT_PLUGINS_DIR}/platformthemes") -+install(TARGETS qtlxqt LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}/qt5/platformthemes") ++install(TARGETS qtlxqt LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}/qt5/plugins/platformthemes") -- 1.9.3 diff --git a/recipes-lxqt/lxqt-qtplugin/lxqt-qtplugin_git.bb b/recipes-lxqt/lxqt-qtplugin/lxqt-qtplugin_git.bb index efc2db31..2a8a5a10 100644 --- a/recipes-lxqt/lxqt-qtplugin/lxqt-qtplugin_git.bb +++ b/recipes-lxqt/lxqt-qtplugin/lxqt-qtplugin_git.bb @@ -12,6 +12,6 @@ SRC_URI += " \ file://0001-set-installation-path-fixed-cmake-query-returns-sysr.patch \ " -FILES_${PN} += "${libdir}/${QT_DIR_NAME}/platformthemes" -FILES_${PN}-dbg += "${libdir}/${QT_DIR_NAME}/platformthemes/.debug" +FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/platformthemes" +FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/platformthemes/.debug"