summaryrefslogtreecommitdiff
path: root/src/designer
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-08 14:04:17 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-08 22:49:41 +0100
commit1e0539ea51b75d9404ccc9506fcc0cdfa6951307 (patch)
treeb9033bc13a4f4611cf430a92236e9b93c460904e /src/designer
parent1f859ca1ac6d337aedde2fe8eed74266416ae0d1 (diff)
downloadqttools-1e0539ea51b75d9404ccc9506fcc0cdfa6951307.tar.gz
Remove remains of qmake conversion from CMakeLists.txt files
Pick-to: 6.5 Change-Id: Ic00df7d45246270d724b3b1d1ef9d13d76dcc136 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/designer')
-rw-r--r--src/designer/CMakeLists.txt2
-rw-r--r--src/designer/src/CMakeLists.txt3
-rw-r--r--src/designer/src/components/CMakeLists.txt2
-rw-r--r--src/designer/src/components/lib/CMakeLists.txt6
-rw-r--r--src/designer/src/designer/CMakeLists.txt2
-rw-r--r--src/designer/src/lib/CMakeLists.txt3
-rw-r--r--src/designer/src/plugins/CMakeLists.txt2
-rw-r--r--src/designer/src/plugins/activeqt/CMakeLists.txt3
-rw-r--r--src/designer/src/plugins/qquickwidget/CMakeLists.txt2
-rw-r--r--src/designer/src/plugins/qwebview/CMakeLists.txt6
-rw-r--r--src/designer/src/plugins/tools/view3d/CMakeLists.txt2
11 files changed, 0 insertions, 33 deletions
diff --git a/src/designer/CMakeLists.txt b/src/designer/CMakeLists.txt
index 675614e80..b4deaf956 100644
--- a/src/designer/CMakeLists.txt
+++ b/src/designer/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from designer.pro.
-
if(NOT QT_FEATURE_designer)
return()
endif()
diff --git a/src/designer/src/CMakeLists.txt b/src/designer/src/CMakeLists.txt
index 8f7de79f7..00d2a48e2 100644
--- a/src/designer/src/CMakeLists.txt
+++ b/src/designer/src/CMakeLists.txt
@@ -1,9 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from src.pro.
-
-
qt_exclude_tool_directories_from_default_target(
lib
components
diff --git a/src/designer/src/components/CMakeLists.txt b/src/designer/src/components/CMakeLists.txt
index 6985ea4d7..ec6a9a8fd 100644
--- a/src/designer/src/components/CMakeLists.txt
+++ b/src/designer/src/components/CMakeLists.txt
@@ -1,6 +1,4 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from components.pro.
-
add_subdirectory(lib)
diff --git a/src/designer/src/components/lib/CMakeLists.txt b/src/designer/src/components/lib/CMakeLists.txt
index e97d8f442..13fc35099 100644
--- a/src/designer/src/components/lib/CMakeLists.txt
+++ b/src/designer/src/components/lib/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from lib.pro.
-
#####################################################################
## DesignerComponentsPrivate Module:
#####################################################################
@@ -347,10 +345,6 @@ qt_internal_add_resource(DesignerComponentsPrivate "widgetbox"
${widgetbox_resource_files}
)
-
-#### Keys ignored in scope 1:.:.:lib.pro:<TRUE>:
-# MODULE = "DesignerComponentsPrivate"
-
## Scopes:
#####################################################################
diff --git a/src/designer/src/designer/CMakeLists.txt b/src/designer/src/designer/CMakeLists.txt
index bbc47837d..29591e959 100644
--- a/src/designer/src/designer/CMakeLists.txt
+++ b/src/designer/src/designer/CMakeLists.txt
@@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from designer.pro.
#####################################################################
## designer App:
@@ -136,7 +135,6 @@ if(APPLE)
# special case end
endif()
-#### Keys ignored in scope 6:.:.:designer.pro:APPLE:
# FILETYPES.files = "uifile.icns"
# FILETYPES.path = "Contents/Resources"
# QMAKE_BUNDLE_DATA = "FILETYPES"
diff --git a/src/designer/src/lib/CMakeLists.txt b/src/designer/src/lib/CMakeLists.txt
index fb6936724..7c6d6afb4 100644
--- a/src/designer/src/lib/CMakeLists.txt
+++ b/src/designer/src/lib/CMakeLists.txt
@@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from lib.pro.
#####################################################################
## Designer Module:
@@ -381,8 +380,6 @@ qt_internal_add_resource(Designer "shared"
${shared_resource_files}
)
-
-#### Keys ignored in scope 1:.:.:lib.pro:<TRUE>:
# MODULE = "designer"
## Scopes:
diff --git a/src/designer/src/plugins/CMakeLists.txt b/src/designer/src/plugins/CMakeLists.txt
index 6cce0c912..35e549c3e 100644
--- a/src/designer/src/plugins/CMakeLists.txt
+++ b/src/designer/src/plugins/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from plugins.pro.
-
if(TARGET Qt::WebKitWidgets)
add_subdirectory(qwebview)
endif()
diff --git a/src/designer/src/plugins/activeqt/CMakeLists.txt b/src/designer/src/plugins/activeqt/CMakeLists.txt
index 03578c25c..18b98a885 100644
--- a/src/designer/src/plugins/activeqt/CMakeLists.txt
+++ b/src/designer/src/plugins/activeqt/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from activeqt.pro.
-
#####################################################################
## QAxWidgetPlugin Plugin:
#####################################################################
@@ -25,5 +23,4 @@ qt_internal_add_plugin(QAxWidgetPlugin
Qt::Widgets
)
-#### Keys ignored in scope 1:.:.:activeqt.pro:<TRUE>:
# OTHER_FILES = "activeqt.json"
diff --git a/src/designer/src/plugins/qquickwidget/CMakeLists.txt b/src/designer/src/plugins/qquickwidget/CMakeLists.txt
index 68f65ea05..1832a4e49 100644
--- a/src/designer/src/plugins/qquickwidget/CMakeLists.txt
+++ b/src/designer/src/plugins/qquickwidget/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from qquickwidget.pro.
-
#####################################################################
## QQuickWidgetPlugin Plugin:
#####################################################################
diff --git a/src/designer/src/plugins/qwebview/CMakeLists.txt b/src/designer/src/plugins/qwebview/CMakeLists.txt
index e0e87dbf2..f6eeb16e1 100644
--- a/src/designer/src/plugins/qwebview/CMakeLists.txt
+++ b/src/designer/src/plugins/qwebview/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from qwebview.pro.
-
#####################################################################
## QWebViewPlugin Plugin:
#####################################################################
@@ -31,7 +29,3 @@ qt_internal_add_resource(QWebViewPlugin "qwebview_plugin"
FILES
${qwebview_plugin_resource_files}
)
-
-
-#### Keys ignored in scope 1:.:.:qwebview.pro:<TRUE>:
-# OTHER_FILES = "qwebview.json"
diff --git a/src/designer/src/plugins/tools/view3d/CMakeLists.txt b/src/designer/src/plugins/tools/view3d/CMakeLists.txt
index 9e63218b4..aa6140519 100644
--- a/src/designer/src/plugins/tools/view3d/CMakeLists.txt
+++ b/src/designer/src/plugins/tools/view3d/CMakeLists.txt
@@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
-# Generated from view3d.pro.
-
#####################################################################
## QView3DPlugin Plugin:
#####################################################################