aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/quick.pro
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2013-09-10 11:57:31 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-17 09:49:57 +0200
commit5c54308cc1c9c1bd79eea482df2082dbcc062f2e (patch)
tree55a02961752c6fb67d96dcf0b28131d1a7b0a656 /src/quick/quick.pro
parente73d503b84be12e7bf28491356b459ca309e7c95 (diff)
Don't depend on widgets plugin in QtQuick
Since the accessible directory contains plugins for both the widgets and quick plugins, we need to specify the precise plugin, otherwise all QtQuick apps will depend on QtWidgets on Android. Change-Id: I8016afc64f8a75cc4ac0a3a69871df9cb2894f8a Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'src/quick/quick.pro')
-rw-r--r--src/quick/quick.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/quick.pro b/src/quick/quick.pro
index 057f3d5db5..7c540591ab 100644
--- a/src/quick/quick.pro
+++ b/src/quick/quick.pro
@@ -18,8 +18,8 @@ ANDROID_LIB_DEPENDENCIES = \
lib/libQt5QuickParticles.so
ANDROID_LIB_DEPENDENCY_REPLACEMENTS = \
"plugins/platforms/android/libqtforandroid.so:plugins/platforms/android/libqtforandroidGL.so"
-MODULE_PLUGIN_TYPES = \
- accessible
+MODULE_PLUGIN_TYPES += \
+ accessible/libqtaccessiblequick.so
ANDROID_BUNDLED_FILES += \
qml \
lib/libQt5QuickParticles.so