aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-01-09 15:04:24 +0100
committerAndy Shaw <andy.shaw@qt.io>2020-02-10 13:09:50 +0100
commit01128c02c040373359ad45b64ccde11dc42c59f6 (patch)
tree8d780f365aa07391aea13bc26e503f9c4feabd11
parent19cc92d170eaba83812be2abda15348ecfa2f072 (diff)
Android: Don't include QtQuickParticles in the dependencies
Before qmlimportscanner it was necessary to mark QtQuickParticles as a dependency, but now it is possible to have qmlimportscanner and androiddeployqt handle all of this for us. So we no longer need to make it an explicit dependency. Task-number: QTBUG-38296 Change-Id: I6e0baefdcf002746af26d8c95fa1f318770cc658 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--src/quick/quick.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/quick/quick.pro b/src/quick/quick.pro
index 700f794af4..cd8ee35135 100644
--- a/src/quick/quick.pro
+++ b/src/quick/quick.pro
@@ -18,13 +18,10 @@ exists("qqml_enable_gcov") {
QMAKE_DOCS = $$PWD/doc/qtquick.qdocconf
-ANDROID_LIB_DEPENDENCIES = \
- lib/libQt5QuickParticles.so
MODULE_PLUGIN_TYPES += \
scenegraph
ANDROID_BUNDLED_FILES += \
- qml \
- lib/libQt5QuickParticles.so
+ qml
include(util/util.pri)
include(scenegraph/scenegraph.pri)