forked from qt-creator/qt-creator
Android: Do not use #warning
Change-Id: I3981d60f5f38c4a738250f43336f981b844dc4a6 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user