diff options
author | Daniel Teske <daniel.teske@digia.com> | 2013-01-14 15:31:49 +0100 |
---|---|---|
committer | Daniel Teske <daniel.teske@digia.com> | 2013-01-15 17:04:16 +0100 |
commit | 104c1f3757b0dc60b3dd2cd3ee9fe4dc09f05557 (patch) | |
tree | d4fa30a0efa238894ae885c500b8bd8b6d49aa1c /src/plugins/projectexplorer/msvctoolchain.h | |
parent | 6ce9a80afa43b3a40b0244ebef3b41ba03cc76a0 (diff) | |
download | qt-creator-104c1f3757b0dc60b3dd2cd3ee9fe4dc09f05557.tar.gz |
Only show Visual Studio compilers if VS is installed
Task-number: QTCREATORBUG-8487
Change-Id: Ibc812f14cd8e4de765cabf27d23451c06611d372
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Diffstat (limited to 'src/plugins/projectexplorer/msvctoolchain.h')
-rw-r--r-- | src/plugins/projectexplorer/msvctoolchain.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/msvctoolchain.h b/src/plugins/projectexplorer/msvctoolchain.h index 8afbf6ebb7..21a0582aaa 100644 --- a/src/plugins/projectexplorer/msvctoolchain.h +++ b/src/plugins/projectexplorer/msvctoolchain.h @@ -106,6 +106,8 @@ public: { return MsvcToolChain::readFromMap(data); } ToolChainConfigWidget *configurationWidget(ToolChain *); +private: + static bool checkForVisualStudioInstallation(const QString &vsName); }; // -------------------------------------------------------------------------- |