diff options
author | Jocke <j.bygdell@gmail.com> | 2018-07-12 07:11:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-12 07:58:08 -0700 |
commit | 2fa7d3566b7d4abe24925d465db664e32d14339a (patch) | |
tree | 8e4e6dce2bf6116196769eb7525b4d0cb6c829f5 /packaging | |
parent | feb256f61e06dfd827e5c3b0ef4c64b4275a4fb3 (diff) | |
download | subsurface-2fa7d3566b7d4abe24925d465db664e32d14339a.tar.gz |
Add comment to variables.sh
Add a comment to the variables.sh file so we don't forget to update
qt version in the qt-installer-nontineractive file as well.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/android/variables.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/android/variables.sh b/packaging/android/variables.sh index a2986625f..63e8330b3 100644 --- a/packaging/android/variables.sh +++ b/packaging/android/variables.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# When changing Qt version remember to update the +# qt-installer-noninteractive file as well. QT_VERSION=5.11 LATEST_QT=5.11.1 NDK_VERSION=r14b |