summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/gcctoolchainfactories.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@digia.com>2013-10-29 12:07:16 +0100
committerTobias Hunger <tobias.hunger@digia.com>2013-10-29 15:42:01 +0100
commit54d9f41c0629f2f6971f3ce36e9b71c6fae47e9f (patch)
treeed12de36d259b734cf50e86bd520777491a849d9 /src/plugins/projectexplorer/gcctoolchainfactories.h
parentb17bb91355a428ecd89504ba7968e272e854ceb5 (diff)
downloadqt-creator-54d9f41c0629f2f6971f3ce36e9b71c6fae47e9f.tar.gz
GccToolChain: Make macro retrieval more explicit
Make the retrieval of information on pre-defined macros more explicit and use the information to populate the tool chain with after it is constructed. This avoids doing one run of the compiler per auto-detected debugger during the start-up of Qt Creator. Change-Id: Ie741dccede91079b4126056676c31975f340dbae Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/gcctoolchainfactories.h')
-rw-r--r--src/plugins/projectexplorer/gcctoolchainfactories.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/gcctoolchainfactories.h b/src/plugins/projectexplorer/gcctoolchainfactories.h
index 7a2ef000de..b1186ecc9d 100644
--- a/src/plugins/projectexplorer/gcctoolchainfactories.h
+++ b/src/plugins/projectexplorer/gcctoolchainfactories.h
@@ -102,6 +102,7 @@ private:
QList<Abi> m_abiList;
bool m_isReadOnly;
+ QByteArray m_macros;
};
// --------------------------------------------------------------------------