Skip to content

Commit

Permalink
Android: Turn off rpath support as the platform does not support it
Browse files Browse the repository at this point in the history
Fixes: QTBUG-57909
Change-Id: I3ffe8ad25b97c6d29ea925707a3878d0e47ec9ac
Reviewed-by: BogDan Vatra <[email protected]>
  • Loading branch information
AndyShawQt committed Oct 1, 2019
1 parent fcb78b5 commit beff780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.json
Original file line number Diff line number Diff line change
Expand Up @@ -818,6 +818,7 @@
"rpath": {
"label": "Build with RPATH",
"autoDetect": "var.QMAKE_LFLAGS_RPATH != '' && features.shared",
"condition": "!config.android",
"output": [ "publicFeature", "publicQtConfig" ]
},
"rpath_dir": {
Expand Down

0 comments on commit beff780

Please sign in to comment.