forked from qt-creator/qt-creator
Designer: Move dependency from CppEditor to CppTools
That makes CppEditor almost a leaf node in the project dependencies.
This commit is contained in:
@@ -16,6 +16,7 @@ Alternatively, this plugin may be used under the terms of the GNU Lesser General
|
|||||||
<dependencyList>
|
<dependencyList>
|
||||||
<dependency name="Core" version="2.1.81"/>
|
<dependency name="Core" version="2.1.81"/>
|
||||||
<!-- For compiling with CPP support enabled -->
|
<!-- For compiling with CPP support enabled -->
|
||||||
<dependency name="CppEditor" version="2.1.81"/>
|
<dependency name="CppTools" version="2.1.81"/>
|
||||||
|
<dependency name="TextEditor" version="2.1.81"/>
|
||||||
</dependencyList>
|
</dependencyList>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
include(../../plugins/cppeditor/cppeditor.pri)
|
include(../../libs/cplusplus/cplusplus.pri)
|
||||||
|
include(../../plugins/cpptools/cpptools.pri)
|
||||||
|
include(../../plugins/texteditor/texteditor.pri)
|
||||||
include(../../libs/utils/utils.pri)
|
include(../../libs/utils/utils.pri)
|
||||||
include(../../plugins/coreplugin/coreplugin.pri)
|
include(../../plugins/coreplugin/coreplugin.pri)
|
||||||
|
|||||||
@@ -34,7 +34,6 @@
|
|||||||
|
|
||||||
#ifdef CPP_ENABLED
|
#ifdef CPP_ENABLED
|
||||||
# include "formclasswizard.h"
|
# include "formclasswizard.h"
|
||||||
# include <cppeditor/cppeditorconstants.h>
|
|
||||||
# include "cppsettingspage.h"
|
# include "cppsettingspage.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -87,7 +87,7 @@ plugin_imageviewer.subdir = imageviewer
|
|||||||
plugin_imageviewer.depends = plugin_coreplugin
|
plugin_imageviewer.depends = plugin_coreplugin
|
||||||
|
|
||||||
plugin_designer.subdir = designer
|
plugin_designer.subdir = designer
|
||||||
plugin_designer.depends = plugin_coreplugin plugin_cppeditor plugin_projectexplorer
|
plugin_designer.depends = plugin_coreplugin plugin_cpptools plugin_projectexplorer plugin_texteditor
|
||||||
|
|
||||||
plugin_vcsbase.subdir = vcsbase
|
plugin_vcsbase.subdir = vcsbase
|
||||||
plugin_vcsbase.depends = plugin_find
|
plugin_vcsbase.depends = plugin_find
|
||||||
|
|||||||
Reference in New Issue
Block a user