aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtgraphicaleffects.inc
diff options
context:
space:
mode:
authorMikko Levonmaa <mikko.levonmaa@palm.com>2013-03-13 15:11:30 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2013-05-06 12:21:30 +0200
commit37d0412e343cac16c06eb51bf47b5e72d14f852e (patch)
tree976962d82f0df72f498a1640ded31cfe0c31cffb /recipes-qt/qt5/qtgraphicaleffects.inc
parentfc0b7ec73ce6aa470b6666ad115f3d0e8b83a340 (diff)
qtgraphicaleffects: Add recipe
* MJ: Add license information * MJ: Fix PV Signed-off-by: Martin Jansa <martin.jansa@lge.com> Signed-off-by: Mikko Levonmaa <mikko.levonmaa@palm.com>
Diffstat (limited to 'recipes-qt/qt5/qtgraphicaleffects.inc')
-rw-r--r--recipes-qt/qt5/qtgraphicaleffects.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtgraphicaleffects.inc b/recipes-qt/qt5/qtgraphicaleffects.inc
new file mode 100644
index 00000000..874c6064
--- /dev/null
+++ b/recipes-qt/qt5/qtgraphicaleffects.inc
@@ -0,0 +1,12 @@
+require qt5module.inc
+
+INC_PR = "r0"
+
+DEPENDS += "qtdeclarative"
+
+FILES_${PN} += " \
+ ${libdir}/${QT_DIR_NAME}/qml/QtGraphicalEffects/qmldir \
+ ${libdir}/${QT_DIR_NAME}/qml/QtGraphicalEffects/*.qml \
+ ${libdir}/${QT_DIR_NAME}/qml/QtGraphicalEffects/private/*.qml \
+"
+