From beff7805064ec0bb32a16f9a610406134ea5d22d Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Sat, 14 Sep 2019 01:13:44 +0200 Subject: Android: Turn off rpath support as the platform does not support it Fixes: QTBUG-57909 Change-Id: I3ffe8ad25b97c6d29ea925707a3878d0e47ec9ac Reviewed-by: BogDan Vatra --- configure.json | 1 + 1 file changed, 1 insertion(+) 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": { -- cgit v1.2.3