summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qml_module.prf
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2020-08-02 20:19:49 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-08-03 20:52:00 +0000
commit4d37454e93856ba3785f52f4ae380b05893ee3fa (patch)
treeecd332180bb45bd92c8dba32a7b9d781d5fe3764 /mkspecs/features/qml_module.prf
parentb68cf9ffb9b6e201388112ea92f27ddbac185d45 (diff)
Android: Install the qmldir files when configuring for a single abi
This amends 0ef46b41d86b9fad4fc4a18bd577d208afa1fce8 to ensure the new configuration is styled correctly for qmake. Task-number: QTBUG-80938 Change-Id: Iebfff3ff0570d2e92d01d4eb1178c0d6261468f9 Reviewed-by: Lars Schmertmann <lars.schmertmann@governikus.de> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 7d4baabdaefdc20cc7df6314230916477c76e7ff) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'mkspecs/features/qml_module.prf')
-rw-r--r--mkspecs/features/qml_module.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/qml_module.prf b/mkspecs/features/qml_module.prf
index c0b50416c9..3d6cd9b3db 100644
--- a/mkspecs/features/qml_module.prf
+++ b/mkspecs/features/qml_module.prf
@@ -61,7 +61,7 @@ qmlfiles.path = $${qmldir.path}
INSTALL_QML_FILES = false
android {
- build_pass {
+ single_android_abi|build_pass {
isEmpty(ANDROID_ABIS): ANDROID_ABIS = $$ALL_ANDROID_ABIS
ABI = $$first(ANDROID_ABIS)
equals(ABI, $$QT_ARCH): INSTALL_QML_FILES = true