lxqt-qtplugin: fix path of our platform themes

This is one of those heureka (or damn how could this happen) commits.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-08-25 15:02:56 +02:00
parent 9be40bf19e
commit 72877cc46e
2 changed files with 3 additions and 3 deletions

View File

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

View File

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