Skip to content
Snippets Groups Projects
Commit 3aa37f2e authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Android: Do not use #warning


Change-Id: I3981d60f5f38c4a738250f43336f981b844dc4a6
Reviewed-by: default avatarDaniel Teske <daniel.teske@digia.com>
parent ee47b652
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment