Browse Source

Don't build android to staging

QGC4.4
Don Gagne 3 years ago committed by Don Gagne
parent
commit
38ae1c929f
  1. 4
      QGCCommon.pri

4
QGCCommon.pri

@ -140,7 +140,7 @@ linux|macx|ios { @@ -140,7 +140,7 @@ linux|macx|ios {
}
}
!MacBuild {
!MacBuild:!AndroidBuild {
# See QGCPostLinkCommon.pri for details on why MacBuild doesn't use DESTDIR
DESTDIR = staging
}
@ -164,6 +164,8 @@ exists ($$PWD/.git) { @@ -164,6 +164,8 @@ exists ($$PWD/.git) {
GIT_HASH = $$system(git --git-dir $$PWD/.git --work-tree $$PWD rev-parse --short HEAD)
GIT_TIME = $$system(git --git-dir $$PWD/.git --work-tree $$PWD show --oneline --format=\"%ci\" -s HEAD)
message(GIT_DESCRIBE $${GIT_DESCRIBE})
# determine if we're on a tag matching vX.Y.Z (stable release)
contains(GIT_DESCRIBE, v[0-9]+.[0-9]+.[0-9]+) {
# release version "vX.Y.Z"

Loading…
Cancel
Save