Skip to content

Commit

Permalink
Fix android build with Qt5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian committed Mar 11, 2020
1 parent a20b33d commit 84427df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 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 Expand Up @@ -166,6 167,7 @@ defineReplace(qtSharedLib) {
return($$LIB_FULLNAME)
}


defineReplace(qtLongName) {
unset(LONG_NAME)
LONG_NAME = $$1$${_OS}_$$join(TARGET_ARCH, )$${_EXTRA}
Expand Down

0 comments on commit 84427df

Please sign in to comment.