2013-03-04 09:16:42 +00:00
|
|
|
# qmake configuration for building with android-g++
|
2013-03-19 01:57:31 +00:00
|
|
|
MAKEFILE_GENERATOR = UNIX
|
|
|
|
QMAKE_PLATFORM = android
|
|
|
|
QMAKE_COMPILER = gcc
|
2013-03-04 09:16:42 +00:00
|
|
|
|
2016-10-04 12:36:58 +00:00
|
|
|
CONFIG += android_install unversioned_soname unversioned_libname plugin_with_soname android_deployment_settings
|
2013-03-04 09:16:42 +00:00
|
|
|
|
|
|
|
include(../common/linux.conf)
|
|
|
|
include(../common/gcc-base-unix.conf)
|
2016-07-20 07:12:59 +00:00
|
|
|
include(../common/android-base-head.conf)
|
2013-03-04 09:16:42 +00:00
|
|
|
|
|
|
|
QMAKE_CC = $$NDK_TOOLCHAIN_PATH/bin/$$NDK_TOOLS_PREFIX-gcc
|
2016-08-15 13:29:19 +00:00
|
|
|
QMAKE_CXX = $$QMAKE_GCC
|
2013-08-28 13:09:08 +00:00
|
|
|
|
2016-07-20 07:12:59 +00:00
|
|
|
QMAKE_CFLAGS =
|
2016-08-16 12:53:13 +00:00
|
|
|
QMAKE_LINK = $$QMAKE_GCC
|
2015-01-30 13:30:59 +00:00
|
|
|
|
2016-07-20 07:12:59 +00:00
|
|
|
include(../common/android-base-tail.conf)
|