Add mkspecs for android cross compilation.
authorRobin Burchell <robin.burchell@collabora.co.uk>
Tue, 1 May 2012 12:39:23 +0000 (14:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 29 Jun 2012 19:15:46 +0000 (21:15 +0200)
commitddf7233125dbf7dfb218fd47f77a94446ce3c027
tree8a8d25dff1f008a8c6bcfe5290e1dd985ba09115
parentf58e046a611118a6349ee617a98dbb24280ef183
Add mkspecs for android cross compilation.

Using these requires setting two environment variables, e.g, for me:

export ANDROID_NDK_ROOT=/Users/burchr/android-ndk-r7c
export ANDROID_NDK_HOST=darwin-x86
./configure -opensource -confirm-license -xplatform unsupported/linux-android-armeabi-v7a-g++ -nomake examples -nomake demos -nomake tests -v

These mkspecs are somewhat based on the work of the Necessitas crew, kudos to
them for their work in getting the NDK integration into qmake.

Change-Id: I591e423ed8dc70616009f681c81890c696110e62
Reviewed-by: Girish Ramakrishnan <girish.1.ramakrishnan@nokia.com>
mkspecs/common/android/qplatformdefs.h [new file with mode: 0644]
mkspecs/common/linux-android.conf [new file with mode: 0644]
mkspecs/unsupported/linux-android-armeabi-g++/qmake.conf [new file with mode: 0644]
mkspecs/unsupported/linux-android-armeabi-g++/qplatformdefs.h [new file with mode: 0644]
mkspecs/unsupported/linux-android-armeabi-v7a-g++/qmake.conf [new file with mode: 0644]
mkspecs/unsupported/linux-android-armeabi-v7a-g++/qplatformdefs.h [new file with mode: 0644]
mkspecs/unsupported/linux-android-x86-g++/qmake.conf [new file with mode: 0644]
mkspecs/unsupported/linux-android-x86-g++/qplatformdefs.h [new file with mode: 0644]