Skip to content
Commit 00550be3 authored by Andreas Cord-Landwehr's avatar Andreas Cord-Landwehr
Browse files

Cleanup Android build and make compatible with ECM.

Change to proper use of CMAKE_SYSTEM_NAME, which is required by the
ECM toolchain. After this change, Marble-Maps can be build by the command:

cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/ECM/toolchain/Android.cmake \
  -DCMAKE_PREFIX_PATH=/path/to/5.5/android_armv7/ \
  -DQT_NO_WEBKIT=TRUE -DQT_NO_PRINTER=TRUE -DQT_NO_DBUS=TRUE ../marble

REVIEW: 125176
parent 42661ce3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment