summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/videonode
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-04-04 18:14:28 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-07 11:51:56 +0200
commitf78193c73095918695ce68595ee4bbcd0bb978eb (patch)
tree3d6bb6fef138c129b220b270b1486cf027745ff1 /src/plugins/android/videonode
parent2d94b598d976374b5b67805f2c55b546582a757a (diff)
let videonode plugins declare that they extend QtQuick
Change-Id: I4facc9ca0616927f7b1101cecb989fece38c2f7a Reviewed-by: Yoann Lopes <yoann.lopes@digia.com>
Diffstat (limited to 'src/plugins/android/videonode')
-rw-r--r--src/plugins/android/videonode/videonode.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/videonode/videonode.pro b/src/plugins/android/videonode/videonode.pro
index 4ae2dc36e..661e36436 100644
--- a/src/plugins/android/videonode/videonode.pro
+++ b/src/plugins/android/videonode/videonode.pro
@@ -2,6 +2,7 @@ TARGET = qtsgvideonode_android
QT += quick multimedia-private qtmultimediaquicktools-private
PLUGIN_TYPE = video/videonode
+PLUGIN_EXTENDS = quick
PLUGIN_CLASS_NAME = QAndroidSGVideoNodeFactoryPlugin
load(qt_plugin)