summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-09-14 01:13:44 +0200
committerAndy Shaw <andy.shaw@qt.io>2019-10-01 10:36:24 +0200
commitbeff7805064ec0bb32a16f9a610406134ea5d22d (patch)
tree4aa4593612e97fe974ae7a4ece030fe8bdc2c094
parentfcb78b500076bf3917e5d8bf8507395bbc33a1a5 (diff)
Android: Turn off rpath support as the platform does not support it
Fixes: QTBUG-57909 Change-Id: I3ffe8ad25b97c6d29ea925707a3878d0e47ec9ac Reviewed-by: BogDan Vatra <bogdan@kdab.com>
-rw-r--r--configure.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.json b/configure.json
index 70ad9440c8..159fdf12fa 100644
--- a/configure.json
+++ b/configure.json
@@ -818,6 +818,7 @@
"rpath": {
"label": "Build with RPATH",
"autoDetect": "var.QMAKE_LFLAGS_RPATH != '' && features.shared",
+ "condition": "!config.android",
"output": [ "publicFeature", "publicQtConfig" ]
},
"rpath_dir": {