Skip to content

Commit

Permalink
Make Android arch x86_64 to use platform-21
Browse files Browse the repository at this point in the history
Change-Id: I0dc1f87af2270aa5a8ac9fcc256b5b923e1c8c21
Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>
  • Loading branch information
hehalmet committed Jan 8, 2019
1 parent 98552a8 commit a3f3c1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.pri
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ defineTest(qtConfOutput_prepareOptions) {
isEmpty(platform): equals(target_arch, arm64-v8a): \
platform = android-21

isEmpty(platform): equals(target_arch, x86_64): \
platform = android-21

isEmpty(platform): \
platform = android-16 ### the windows configure disagrees ...

Expand Down

0 comments on commit a3f3c1d

Please sign in to comment.