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:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user