aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qml.pri
diff options
context:
space:
mode:
authorBogDan Vatra <bogdan@kdab.com>2019-08-14 17:51:06 +0300
committerBogDan Vatra <bogdan@kde.org>2019-08-28 12:32:50 +0300
commitcad232b6536351c68bd11531fa61deaac3226a2f (patch)
tree3f304e4c923ee6953a563037fa40b1b6eb064a64 /src/qml/qml/qml.pri
parent3fbaa2618c0c43a4dd6550666a789327f0d8f2cc (diff)
Android multiarch support
Change-Id: Ifa70d6cb36be385280364cca9dd4e31b43aa9a18 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src/qml/qml/qml.pri')
-rw-r--r--src/qml/qml/qml.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qml/qml/qml.pri b/src/qml/qml/qml.pri
index 08591b5237..2e9c6f3de6 100644
--- a/src/qml/qml/qml.pri
+++ b/src/qml/qml/qml.pri
@@ -186,5 +186,7 @@ qtConfig(qml-network) {
$$PWD/qqmltypeloadernetworkreplyproxy.cpp
}
+android: DEFINES += LIBS_SUFFIX='\\"_$${QT_ARCH}.so\\"'
+
include(ftw/ftw.pri)
include(v8/v8.pri)