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"