summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@nokia.com>2012-01-19 15:39:44 +0100
committerOliver Wolff <oliver.wolff@nokia.com>2012-01-20 09:30:47 +0100
commita936318830c14e71773a06c49949256ff391aa7a (patch)
tree8e2d040197b41b3ae2fb7cf1136a412c1baa2d3f
parentb63a2b3f62d56dd20a1bbd8625c9496746c834ce (diff)
downloadqt-creator-a936318830c14e71773a06c49949256ff391aa7a.tar.gz
Export AbstractMsvcToolchain in order to use findInstalledJom in other toolchains
Change-Id: I8af36be42a8c129f1f3b19ea1b30b12497c0cdc7 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
-rw-r--r--src/plugins/projectexplorer/abstractmsvctoolchain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/abstractmsvctoolchain.h b/src/plugins/projectexplorer/abstractmsvctoolchain.h
index 6e430f40fc..3c34ed7d27 100644
--- a/src/plugins/projectexplorer/abstractmsvctoolchain.h
+++ b/src/plugins/projectexplorer/abstractmsvctoolchain.h
@@ -41,7 +41,7 @@
namespace ProjectExplorer {
namespace Internal {
-class AbstractMsvcToolChain : public ToolChain
+class PROJECTEXPLORER_EXPORT AbstractMsvcToolChain : public ToolChain
{
public:
AbstractMsvcToolChain(const QString &id, bool autodetect, const Abi &abi, const QString& vcvarsBat);