diff options
-rw-r--r-- | recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb index 73080643..5352d15f 100644 --- a/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb +++ b/recipes-qt/qt5/qt5-plugin-generic-vboxtouch_git.bb | |||
@@ -19,5 +19,6 @@ S = "${WORKDIR}/git/vboxtouch" | |||
19 | 19 | ||
20 | inherit qmake5 | 20 | inherit qmake5 |
21 | 21 | ||
22 | FILES_${PN} += "${libdir}/qt5/plugins/generic/libvboxtouchplugin.so" | 22 | FILES_${PN} += "${OE_QMAKE_PATH_PLUGINS}/generic/libvboxtouchplugin.so" |
23 | FILES_${PN}-dbg += "${libdir}/qt5/plugins/generic/.debug/" | 23 | FILES_${PN}-dbg += "${OE_QMAKE_PATH_PLUGINS}/generic/.debug/" |
24 | FILES_${PN}-dev += "${OE_QMAKE_PATH_LIBS}/cmake/*" | ||