summaryrefslogtreecommitdiff
path: root/src/plugins/android/androidmanager.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@theqtcompany.com>2015-01-27 18:46:40 +0100
committerDaniel Teske <daniel.teske@theqtcompany.com>2015-02-13 15:35:35 +0000
commite7b90b8681f68a889f2da601b42b001111aaef43 (patch)
tree227fe1d655553ada4cfe7cca48852a27d6932a93 /src/plugins/android/androidmanager.h
parent5442d144b65efd873e851f540512c2c19c010cba (diff)
downloadqt-creator-e7b90b8681f68a889f2da601b42b001111aaef43.tar.gz
Android: Set correct ANDROID_NDK_PLATFORM
Introduce the class AndroidQmakeBuildConfiguration whose purpose is to set the environment variable. Modify the Factory to create buildconfigurations of that type and fix restore/clone to also take the factories' priorities into account. Change-Id: Icb377fa9211cd3564c36b60cf7c5f7dd84fcab50 Reviewed-by: BogDan Vatra <bogdan@kde.org>
Diffstat (limited to 'src/plugins/android/androidmanager.h')
-rw-r--r--src/plugins/android/androidmanager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/androidmanager.h b/src/plugins/android/androidmanager.h
index 17b11f9013..acb81dfafd 100644
--- a/src/plugins/android/androidmanager.h
+++ b/src/plugins/android/androidmanager.h
@@ -77,6 +77,7 @@ public:
static Utils::FileName dirPath(ProjectExplorer::Target *target);
static Utils::FileName manifestPath(ProjectExplorer::Target *target);
+ static Utils::FileName manifestSourcePath(ProjectExplorer::Target *target);
static Utils::FileName libsPath(ProjectExplorer::Target *target);
static Utils::FileName defaultPropertiesPath(ProjectExplorer::Target *target);