Correct Qt version in README for android building

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2015-12-01 20:47:00 +01:00 committed by Dirk Hohndel
parent 59042b2ed0
commit c1f8ecd67a

View file

@ -3,7 +3,7 @@ Tool repo to crosscompile subsurface to android-arm
Dependencies: Dependencies:
1. android_sdk, android_ndk and Qt5.4. See step 0. 1. android_sdk, android_ndk and Qt5.5. See step 0.
2. cmake 2. cmake
3. ant 3. ant
4. Java JDK 4. Java JDK
@ -23,7 +23,7 @@ Step 1.
Extract and install these into known directories. Extract and install these into known directories.
Have a look in the top of build.sh for where the cross build tool expects 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 them. By default thats is: ../../../android-ndk-r9d ../../../android-sdk-linux
and ../../../Qt/5.4 and ../../../Qt/5.5
Step 2. Step 2.
Run bash build.sh in the terminal. By default it builds for arm but you Run bash build.sh in the terminal. By default it builds for arm but you