forked from qt-creator/qt-creator
Wrong dependency on help plugin in the ProjectExplorer
This commit is contained in:
@@ -431,7 +431,6 @@ GenericMakeStep *GenericProject::makeStep() const
|
||||
if (GenericMakeStep *ms = qobject_cast<GenericMakeStep *>(bs))
|
||||
return ms;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@ will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.</license>
|
||||
<dependencyList>
|
||||
<dependency name="Core" version="1.1.80"/>
|
||||
<dependency name="Find" version="1.1.80"/>
|
||||
<dependency name="Help" version="1.1.80"/>
|
||||
<dependency name="QuickOpen" version="1.1.80"/>
|
||||
<dependency name="TextEditor" version="1.1.80"/>
|
||||
</dependencyList>
|
||||
|
||||
@@ -3,4 +3,3 @@ include(../../plugins/quickopen/quickopen.pri)
|
||||
include(../../plugins/find/find.pri)
|
||||
include(../../plugins/coreplugin/coreplugin.pri)
|
||||
include(../../plugins/texteditor/texteditor.pri)
|
||||
include(../../plugins/help/help.pri)
|
||||
|
||||
Reference in New Issue
Block a user