forked from qt-creator/qt-creator
Project: Improve default implementation of Project::needsConfiguration
Change-Id: Ic4d227334d818658f179c0589462551509274c17 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -1025,11 +1025,6 @@ void CentralizedFolderWatcher::delayedFolderChanged(const QString &folder)
|
||||
m_project->updateCodeModels();
|
||||
}
|
||||
|
||||
bool QmakeProject::needsConfiguration() const
|
||||
{
|
||||
return targets().isEmpty();
|
||||
}
|
||||
|
||||
void QmakeProject::configureAsExampleProject(const QSet<Core::Id> &platforms)
|
||||
{
|
||||
QList<const BuildInfo *> infoList;
|
||||
|
||||
Reference in New Issue
Block a user