From 97fcf3bc987a18f32233fea550eb4a5a22e2b822 Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Mon, 4 Mar 2013 10:16:42 +0100 Subject: Introducing the Qt Android port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on the Necessitas project by Bogdan Vatra. Contributors to the Qt5 project: BogDan Vatra Eskil Abrahamsen Blomfeldt hjk Oswald Buddenhagen Paul Olav Tvete Robin Burchell Samuel Rødal Yoann Lopes The full history of the Qt5 port can be found in refs/old-heads/android, SHA-1 249ca9ca2c7d876b91b31df9434dde47f9065d0d Change-Id: Iff1a7b2dbb707c986f2639e65e39ed8f22430120 Reviewed-by: Oswald Buddenhagen Reviewed-by: Lars Knoll --- src/src.pro | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 02d4852b60..90f0a35711 100644 --- a/src/src.pro +++ b/src/src.pro @@ -66,6 +66,8 @@ src_plugins.subdir = $$PWD/plugins src_plugins.target = sub-plugins src_plugins.depends = src_sql src_xml src_network +src_android.subdir = $$PWD/android + # this order is important SUBDIRS += src_tools src_corelib win32:SUBDIRS += src_winmain @@ -98,3 +100,5 @@ contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent SUBDIRS += src_plugins nacl: SUBDIRS -= src_network src_testlib + +android:!android-no-sdk: SUBDIRS += src_android -- cgit v1.2.3