diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 14:32:23 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 14:34:03 -0800 |
commit | 2b1812f2cbec20a6434563950fe4dac00307ec0a (patch) | |
tree | bd9e291a68db11ed9144a7755cdca3fcf5cf151e /packaging/android/README | |
parent | 01ae4af13d36c89a73b77ba46b78e561f1beef85 (diff) | |
download | subsurface-2b1812f2cbec20a6434563950fe4dac00307ec0a.tar.gz |
Build scripts: work with both Qt 5.5 and 5.6
This is all a bit hackish but seems to work
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/android/README')
-rw-r--r-- | packaging/android/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/README b/packaging/android/README index 6c645966a..54cd544ec 100644 --- a/packaging/android/README +++ b/packaging/android/README @@ -23,7 +23,7 @@ Step 1. Extract and install these into known directories. Have a look in the top of build.sh for where the cross build tool expects them. By default thats is: ../../../android-ndk-r9d ../../../android-sdk-linux -and ../../../Qt/5.5 +and ../../../Qt/5.5 (or Qt/5.6) Step 2. Run bash build.sh in the terminal. By default it builds for arm but you |