forked from qt-creator/qt-creator
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:
committed by
Tobias Hunger
parent
e5e6cdd11e
commit
909f936a32
@@ -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);
|
||||
|
Reference in New Issue
Block a user