2012-05-01 12:39:23 +00:00
|
|
|
#
|
|
|
|
# qmake configuration for building with android-g++ for x86
|
|
|
|
#
|
|
|
|
|
|
|
|
ANDROID_TARGET_ARCH = x86
|
|
|
|
ANDROID_ARCHITECTURE = x86
|
|
|
|
ANDROID_NDK_TOOLCHAIN_PREFIX = x86
|
|
|
|
ANDROID_NDK_TOOLS_PREFIX = i686-android-linux
|
|
|
|
QMAKE_CFLAGS = -ffunction-sections -funwind-tables -O2 -fomit-frame-pointer -fstrict-aliasing -funswitch-loops -finline-limit=300 -DANDROID -Wa,--noexecstack
|
|
|
|
QMAKE_CFLAGS_RELEASE = -g -O2
|
|
|
|
QMAKE_CFLAGS_DEBUG = -g
|
|
|
|
|
2012-07-02 08:23:12 +00:00
|
|
|
include(../../common/linux-android.conf)
|
|
|
|
|