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>
This commit is contained in:
parent
fcb78b5000
commit
beff780506
@ -818,6 +818,7 @@
|
||||
"rpath": {
|
||||
"label": "Build with RPATH",
|
||||
"autoDetect": "var.QMAKE_LFLAGS_RPATH != '' && features.shared",
|
||||
"condition": "!config.android",
|
||||
"output": [ "publicFeature", "publicQtConfig" ]
|
||||
},
|
||||
"rpath_dir": {
|
||||
|
Loading…
Reference in New Issue
Block a user