From 058915c88d3b704b6a655cedfd5578d627d6c575 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 9 Jan 2021 14:37:15 +0100 Subject: [PATCH] Use correct Qt plugin install location --- recipes-support/maliit-framework-qt5.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/recipes-support/maliit-framework-qt5.inc b/recipes-support/maliit-framework-qt5.inc index 29ed7a7..24c262d 100644 --- a/recipes-support/maliit-framework-qt5.inc +++ b/recipes-support/maliit-framework-qt5.inc @@ -23,10 +23,15 @@ DEPENDS += " \ inherit cmake_qt5 -EXTRA_OECMAKE += "-Denable-docs=OFF -Denable-tests=OFF -Denable-dbus-activation=ON" +EXTRA_OECMAKE += " \ + -Denable-docs=OFF \ + -Denable-tests=OFF \ + -Denable-dbus-activation=ON \ + -DQT5_PLUGINS_INSTALL_DIR=${OE_QMAKE_PATH_PLUGINS} \ +" FILES_${PN} += " \ - ${libdir}/qt5/plugins \ + ${libdir}/plugins \ ${datadir}/dbus-1/ \ "