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:
hjk
2023-10-20 14:11:20 +02:00
parent 2a5a2ca9f0
commit bbbc9d3fa9
2 changed files with 1 additions and 2 deletions

View File

@@ -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

View File

@@ -8,7 +8,6 @@ QtcPlugin {
Depends { name: "Core" }
Depends { name: "ProjectExplorer" }
Depends { name: "CppEditor" }
Depends { name: "QtSupport" }
files: [