forked from qt-creator/qt-creator
qmake/qbs/CMake builds: Remove "recommended" dependency on Designer
Recommendation of Designer is the artifact from an earlier solution
for adding code of .ui files to the code model. The refactoring of
extra compilers made that superfluous, this change removes the
left-over traces.
The CMake build of Qt Creator breaks because of the recommendation
if the qttols module is not installed.
Amends: 78d3191363
Change-Id: I64827492d79a9238dc8512047abd581f9da3189e
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
add_qtc_plugin(CMakeProjectManager
|
||||
DEPENDS QmlJS
|
||||
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport
|
||||
PLUGIN_RECOMMENDS Designer
|
||||
SOURCES
|
||||
builddirparameters.cpp builddirparameters.h
|
||||
cmake_global.h
|
||||
|
@@ -14,10 +14,6 @@ QtcPlugin {
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
pluginRecommends: [
|
||||
"Designer"
|
||||
]
|
||||
|
||||
files: [
|
||||
"builddirparameters.cpp",
|
||||
"builddirparameters.h",
|
||||
|
@@ -9,5 +9,3 @@ QTC_PLUGIN_DEPENDS += \
|
||||
cppeditor \
|
||||
texteditor \
|
||||
qtsupport
|
||||
QTC_PLUGIN_RECOMMENDS += \
|
||||
designer
|
||||
|
@@ -1,7 +1,6 @@
|
||||
add_qtc_plugin(MesonProjectManager
|
||||
DEPENDS QmlJS
|
||||
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport
|
||||
PLUGIN_RECOMMENDS Designer
|
||||
SOURCES
|
||||
mesonprojectplugin.cpp
|
||||
mesonprojectplugin.h
|
||||
|
@@ -17,10 +17,6 @@ Project {
|
||||
Depends { name: "QtSupport" }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
pluginRecommends: [
|
||||
"Designer"
|
||||
]
|
||||
|
||||
cpp.includePaths: "."
|
||||
|
||||
files: [
|
||||
|
@@ -7,6 +7,3 @@ QTC_PLUGIN_DEPENDS += \
|
||||
projectexplorer \
|
||||
cppeditor \
|
||||
qtsupport
|
||||
QTC_PLUGIN_RECOMMENDS += \
|
||||
designer
|
||||
|
||||
|
@@ -1,7 +1,6 @@
|
||||
add_qtc_plugin(QmakeProjectManager
|
||||
DEPENDS QmlJS
|
||||
PLUGIN_DEPENDS Core CppEditor QtSupport ResourceEditor TextEditor
|
||||
PLUGIN_RECOMMENDS Designer
|
||||
SOURCES
|
||||
addlibrarywizard.cpp addlibrarywizard.h
|
||||
customwidgetwizard/classdefinition.cpp customwidgetwizard/classdefinition.h customwidgetwizard/classdefinition.ui
|
||||
|
@@ -16,10 +16,6 @@ Project {
|
||||
Depends { name: "ResourceEditor" }
|
||||
Depends { name: "app_version_header" }
|
||||
|
||||
pluginRecommends: [
|
||||
"Designer"
|
||||
]
|
||||
|
||||
Group {
|
||||
name: "General"
|
||||
files: [
|
||||
|
@@ -10,6 +10,3 @@ QTC_PLUGIN_DEPENDS += \
|
||||
texteditor \
|
||||
cppeditor \
|
||||
resourceeditor
|
||||
|
||||
QTC_PLUGIN_RECOMMENDS += \
|
||||
designer
|
||||
|
Reference in New Issue
Block a user