forked from qt-creator/qt-creator
AutoTools: Remove dependency from CppEditor
Not needed anymore. Change-Id: Ie1b6faffc1cde6348d37c0f7c32f9621f6442b69 Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
add_qtc_plugin(AutotoolsProjectManager
|
||||
PLUGIN_CLASS AutotoolsProjectPlugin
|
||||
PLUGIN_DEPENDS Core CppEditor ProjectExplorer QtSupport
|
||||
PLUGIN_DEPENDS Core ProjectExplorer QtSupport
|
||||
SOURCES
|
||||
autogenstep.cpp autogenstep.h
|
||||
autoreconfstep.cpp autoreconfstep.h
|
||||
|
@@ -8,7 +8,6 @@ QtcPlugin {
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "CppEditor" }
|
||||
Depends { name: "QtSupport" }
|
||||
|
||||
files: [
|
||||
|
Reference in New Issue
Block a user