summaryrefslogtreecommitdiffstats
path: root/mkspecs/unsupported/linux-android-x86-g++/qmake.conf
blob: 5a51704b38fdf1039035bf8611a2ff69a94fe932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# 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

include(../../common/linux-android.conf)