forked from qt-creator/qt-creator
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:
@@ -1,7 +1,7 @@
|
||||
add_qtc_plugin(MesonProjectManager
|
||||
PLUGIN_CLASS MesonProjectPlugin
|
||||
DEPENDS QmlJS
|
||||
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport
|
||||
PLUGIN_DEPENDS Core ProjectExplorer TextEditor QtSupport
|
||||
SOURCES
|
||||
arrayoptionlineedit.cpp
|
||||
arrayoptionlineedit.h
|
||||
|
@@ -12,7 +12,6 @@ Project {
|
||||
Depends { name: "Utils" }
|
||||
|
||||
Depends { name: "Core" }
|
||||
Depends { name: "CppEditor" }
|
||||
Depends { name: "ProjectExplorer" }
|
||||
Depends { name: "QtSupport" }
|
||||
|
||||
|
Reference in New Issue
Block a user