diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-02-06 15:55:38 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-02-06 21:14:53 -0800 |
commit | c345702d1b08b88ef25bdd2b28390045b9f74595 (patch) | |
tree | 27b52423710197f30c4cb37e0d31f80547f13699 /packaging/android/build.sh | |
parent | 9f7c3c31f7e66873690606ca40f33ddf20de7ad2 (diff) | |
download | subsurface-c345702d1b08b88ef25bdd2b28390045b9f74595.tar.gz |
android: Move suggested/expected Qt install to just Qt
In the Qt installer, there is a MaintenanceTool which can upgrade your
install, so don't install in a "versioned" directory, just install in a
plain Qt-directory.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/android/build.sh')
-rw-r--r-- | packaging/android/build.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 3cfaf4795..0a705ba92 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -7,15 +7,15 @@ # You need to have a version of Qt that contains the Android bits # installed. You should be able to find the correct installer for # Linux or Mac here: -# http://download.qt.io/official_releases/qt/5.7/ +# http://download.qt.io/official_releases/qt/ # make sure you pick one with 'android' in its name. # # Install this wherever you want - and then have a link named ~/src/Qt that # points to it. -# So let's assume that you are installing the package above in ~/Qt5.7.1 +# So let's assume that you are installing the package above in ~/Qt # (which I think is the default location), then simply do # cd ~/src -# ln -s ~/Qt5.7.1 Qt +# ln -s ~/Qt Qt # # you also need to have the current Android SDK and NDK installed under ~/src # |