Add GCC Toolchain also to other platfroms then linux

Change-Id: I89904d877d42904b9c37542ad3b51fe513542cfd
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
Andreas Holzammer
2012-08-29 08:48:48 +02:00
committed by Tobias Hunger
parent e5e6cdd11e
commit 909f936a32

View File

@@ -330,12 +330,12 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
addAutoReleasedObject(new Internal::MsvcToolChainFactory);
addAutoReleasedObject(new Internal::WinCEToolChainFactory);
#else
addAutoReleasedObject(new Internal::GccToolChainFactory);
addAutoReleasedObject(new Internal::LinuxIccToolChainFactory);
#endif
#ifndef Q_OS_MAC
addAutoReleasedObject(new Internal::MingwToolChainFactory); // Mingw offers cross-compiling to windows
#endif
addAutoReleasedObject(new Internal::GccToolChainFactory);
addAutoReleasedObject(new Internal::ClangToolChainFactory);
addAutoReleasedObject(new Internal::DesktopDeviceFactory);