forked from qt-creator/qt-creator
ProjectExplorer: Avoid execution of g++ on startup
Change-Id: I53719f58714b3dd0fcf21d8c7b1deb8d86190408 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f2ca9eb166
commit
941d23a206
@@ -239,8 +239,9 @@ QList<Task> ToolChain::validateKit(const Kit *) const
|
||||
Used by the tool chain manager to restore user-generated tool chains.
|
||||
*/
|
||||
|
||||
QList<ToolChain *> ToolChainFactory::autoDetect()
|
||||
QList<ToolChain *> ToolChainFactory::autoDetect(const QList<ToolChain *> &alreadyKnown)
|
||||
{
|
||||
Q_UNUSED(alreadyKnown);
|
||||
return QList<ToolChain *>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user