diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-05 14:47:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-06 12:22:02 +0200 |
commit | bd10121a0d226e18640f21ef20f490f7569575fb (patch) | |
tree | de92b34c380827157c7d7b4740ef8e4afa54a1df /recipes-qt/qt5/qtgraphicaleffects.inc | |
parent | 370bbaf80e4b9068c32bbd86b452d4cd2128723e (diff) | |
download | meta-qt5-bd10121a0d226e18640f21ef20f490f7569575fb.tar.gz |
qt5: add PN-qmlplugins packages and remove them from modules, use OE_QMAKE_PATH_* variables
* qml and imports go to PN-qmlplugins
* all other plugins go to just PN-plugins
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtgraphicaleffects.inc')
-rw-r--r-- | recipes-qt/qt5/qtgraphicaleffects.inc | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtgraphicaleffects.inc b/recipes-qt/qt5/qtgraphicaleffects.inc index 874c6064..a6b0fe9d 100644 --- a/recipes-qt/qt5/qtgraphicaleffects.inc +++ b/recipes-qt/qt5/qtgraphicaleffects.inc | |||
@@ -1,12 +1,5 @@ | |||
1 | require qt5module.inc | 1 | require qt5module.inc |
2 | 2 | ||
3 | INC_PR = "r0" | ||
4 | |||
5 | DEPENDS += "qtdeclarative" | 3 | DEPENDS += "qtdeclarative" |
6 | 4 | ||
7 | FILES_${PN} += " \ | 5 | INC_PR = "r0" |
8 | ${libdir}/${QT_DIR_NAME}/qml/QtGraphicalEffects/qmldir \ | ||
9 | ${libdir}/${QT_DIR_NAME}/qml/QtGraphicalEffects/*.qml \ | ||
10 | ${libdir}/${QT_DIR_NAME}/qml/QtGraphicalEffects/private/*.qml \ | ||
11 | " | ||
12 | |||