Skip to content

Commit

Permalink
Merge pull request wang-bin#1288 from AdrianEddy/master
Browse files Browse the repository at this point in the history
Fix android build with Qt 5.14
  • Loading branch information
wang-bin authored Mar 12, 2020
2 parents a20b33d 05eaf25 commit c6040ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 134,7 @@ defineReplace(qtLibName) {
}
}
RET = $$RET$$platformTargetSuffix()
qtAtLeast(5, 14):android:RET = $${RET}_$$ANDROID_TARGET_ARCH
!win32: return($$RET)

isEmpty(2): VERSION_EXT = $$VERSION
Expand Down

0 comments on commit c6040ff

Please sign in to comment.