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:
Alessandro Portale
2021-11-17 07:46:17 +01:00
parent 03e6351c0e
commit 9cc2b7aaf3
9 changed files with 0 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
add_qtc_plugin(CMakeProjectManager add_qtc_plugin(CMakeProjectManager
DEPENDS QmlJS DEPENDS QmlJS
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport
PLUGIN_RECOMMENDS Designer
SOURCES SOURCES
builddirparameters.cpp builddirparameters.h builddirparameters.cpp builddirparameters.h
cmake_global.h cmake_global.h

View File

@@ -14,10 +14,6 @@ QtcPlugin {
Depends { name: "QtSupport" } Depends { name: "QtSupport" }
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
pluginRecommends: [
"Designer"
]
files: [ files: [
"builddirparameters.cpp", "builddirparameters.cpp",
"builddirparameters.h", "builddirparameters.h",

View File

@@ -9,5 +9,3 @@ QTC_PLUGIN_DEPENDS += \
cppeditor \ cppeditor \
texteditor \ texteditor \
qtsupport qtsupport
QTC_PLUGIN_RECOMMENDS += \
designer

View File

@@ -1,7 +1,6 @@
add_qtc_plugin(MesonProjectManager add_qtc_plugin(MesonProjectManager
DEPENDS QmlJS DEPENDS QmlJS
PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport PLUGIN_DEPENDS Core CppEditor ProjectExplorer TextEditor QtSupport
PLUGIN_RECOMMENDS Designer
SOURCES SOURCES
mesonprojectplugin.cpp mesonprojectplugin.cpp
mesonprojectplugin.h mesonprojectplugin.h

View File

@@ -17,10 +17,6 @@ Project {
Depends { name: "QtSupport" } Depends { name: "QtSupport" }
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
pluginRecommends: [
"Designer"
]
cpp.includePaths: "." cpp.includePaths: "."
files: [ files: [

View File

@@ -7,6 +7,3 @@ QTC_PLUGIN_DEPENDS += \
projectexplorer \ projectexplorer \
cppeditor \ cppeditor \
qtsupport qtsupport
QTC_PLUGIN_RECOMMENDS += \
designer

View File

@@ -1,7 +1,6 @@
add_qtc_plugin(QmakeProjectManager add_qtc_plugin(QmakeProjectManager
DEPENDS QmlJS DEPENDS QmlJS
PLUGIN_DEPENDS Core CppEditor QtSupport ResourceEditor TextEditor PLUGIN_DEPENDS Core CppEditor QtSupport ResourceEditor TextEditor
PLUGIN_RECOMMENDS Designer
SOURCES SOURCES
addlibrarywizard.cpp addlibrarywizard.h addlibrarywizard.cpp addlibrarywizard.h
customwidgetwizard/classdefinition.cpp customwidgetwizard/classdefinition.h customwidgetwizard/classdefinition.ui customwidgetwizard/classdefinition.cpp customwidgetwizard/classdefinition.h customwidgetwizard/classdefinition.ui

View File

@@ -16,10 +16,6 @@ Project {
Depends { name: "ResourceEditor" } Depends { name: "ResourceEditor" }
Depends { name: "app_version_header" } Depends { name: "app_version_header" }
pluginRecommends: [
"Designer"
]
Group { Group {
name: "General" name: "General"
files: [ files: [

View File

@@ -10,6 +10,3 @@ QTC_PLUGIN_DEPENDS += \
texteditor \ texteditor \
cppeditor \ cppeditor \
resourceeditor resourceeditor
QTC_PLUGIN_RECOMMENDS += \
designer