Android: Do not use #warning

Change-Id: I3981d60f5f38c4a738250f43336f981b844dc4a6
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Tobias Hunger
2013-08-20 14:48:04 +02:00
parent ee47b652a6
commit 3aa37f2e07

View File

@@ -70,7 +70,7 @@ QVariantMap AndroidQBSPropertyProvider::properties(const ProjectExplorer::Kit *k
qbsProperties[CPP_ANDROID_TOOLCHAIN_HOST] = config.toolchainHost;
qbsProperties[CPP_ANDROID_TOOLCHAIN_PREFIX] = AndroidConfigurations::toolchainPrefix(tc->targetAbi().architecture());
qbsProperties[CPP_ANDROID_GDBSERVER] = tc->suggestedGdbServer().toString();
#warning TODO: Find a way to extract ANDROID_ARCHITECTURE from Qt mkspec
// TODO: Find a way to extract ANDROID_ARCHITECTURE from Qt mkspec
// qbsProperties[QbsProjectManager::Constants::QBS_ARCHITECTURE] = ...
return qbsProperties;