Meson: Remove dependency from CppEditor

Not needed anymore.

Change-Id: I597821a56d374a8d800f2fde43b78805ee1e0278
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2023-10-20 14:16:36 +02:00
parent b89baec2c1
commit 2a5a2ca9f0
2 changed files with 1 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
add_qtc_plugin(MesonProjectManager add_qtc_plugin(MesonProjectManager
PLUGIN_CLASS MesonProjectPlugin PLUGIN_CLASS MesonProjectPlugin
DEPENDS QmlJS DEPENDS QmlJS
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport PLUGIN_DEPENDS Core ProjectExplorer TextEditor QtSupport
SOURCES SOURCES
arrayoptionlineedit.cpp arrayoptionlineedit.cpp
arrayoptionlineedit.h arrayoptionlineedit.h

View File

@@ -12,7 +12,6 @@ Project {
Depends { name: "Utils" } Depends { name: "Utils" }
Depends { name: "Core" } Depends { name: "Core" }
Depends { name: "CppEditor" }
Depends { name: "ProjectExplorer" } Depends { name: "ProjectExplorer" }
Depends { name: "QtSupport" } Depends { name: "QtSupport" }