summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
-rw-r--r--examples/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/animated-windows/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/imports/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/native/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/application-features/native/widgets/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/custom-appman/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/frame-timer/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/hello-world/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/intents/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/launch-intents/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/minidesk/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/multi-views/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/process-status/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt1
-rw-r--r--examples/applicationmanager/startup-plugin/CMakeLists.txt1
-rw-r--r--src/3rdparty/CMakeLists.txt1
-rw-r--r--src/3rdparty/libarchive/CMakeLists.txt5
-rw-r--r--src/3rdparty/libbacktrace/CMakeLists.txt5
-rw-r--r--src/3rdparty/libyaml/CMakeLists.txt5
-rw-r--r--src/3rdparty/stackwalker/CMakeLists.txt6
-rw-r--r--src/application-lib/CMakeLists.txt5
-rw-r--r--src/common-lib/CMakeLists.txt5
-rw-r--r--src/crypto-lib/CMakeLists.txt5
-rw-r--r--src/dbus-lib/CMakeLists.txt10
-rw-r--r--src/intent-client-lib/CMakeLists.txt5
-rw-r--r--src/intent-server-lib/CMakeLists.txt5
-rw-r--r--src/launcher-lib/CMakeLists.txt5
-rw-r--r--src/main-lib/CMakeLists.txt5
-rw-r--r--src/manager-lib/CMakeLists.txt5
-rw-r--r--src/monitor-lib/CMakeLists.txt5
-rw-r--r--src/notification-lib/CMakeLists.txt5
-rw-r--r--src/package-lib/CMakeLists.txt5
-rw-r--r--src/plugin-interfaces/CMakeLists.txt5
-rw-r--r--src/shared-main-lib/CMakeLists.txt5
-rw-r--r--src/tools/appman/CMakeLists.txt5
-rw-r--r--src/tools/controller/CMakeLists.txt5
-rw-r--r--src/tools/dumpqmltypes/CMakeLists.txt14
-rw-r--r--src/tools/launcher-qml/CMakeLists.txt8
-rw-r--r--src/tools/packager/CMakeLists.txt5
-rw-r--r--src/tools/testrunner/CMakeLists.txt5
-rw-r--r--src/tools/uploader/CMakeLists.txt8
-rw-r--r--src/window-lib/CMakeLists.txt5
-rw-r--r--tests/CMakeLists.txt1
-rw-r--r--tests/auto/applicationinfo/CMakeLists.txt3
-rw-r--r--tests/auto/applicationinstaller/CMakeLists.txt6
-rw-r--r--tests/auto/cryptography/CMakeLists.txt3
-rw-r--r--tests/auto/debugwrapper/CMakeLists.txt3
-rw-r--r--tests/auto/installationreport/CMakeLists.txt3
-rw-r--r--tests/auto/main/CMakeLists.txt7
-rw-r--r--tests/auto/packagecreator/CMakeLists.txt3
-rw-r--r--tests/auto/packageextractor/CMakeLists.txt3
-rw-r--r--tests/auto/processreader/CMakeLists.txt3
-rw-r--r--tests/auto/qml/CMakeLists.txt1
-rw-r--r--tests/auto/qml/configs/CMakeLists.txt17
-rw-r--r--tests/auto/qml/crash/CMakeLists.txt11
-rw-r--r--tests/auto/qml/crash/apps/tld.test.crash/terminator2/CMakeLists.txt14
-rw-r--r--tests/auto/qml/installer/CMakeLists.txt10
-rw-r--r--tests/auto/qml/intents/CMakeLists.txt17
-rw-r--r--tests/auto/qml/lifecycle/CMakeLists.txt10
-rw-r--r--tests/auto/qml/processtitle/CMakeLists.txt11
-rw-r--r--tests/auto/qml/quicklaunch/CMakeLists.txt10
-rw-r--r--tests/auto/qml/resources/CMakeLists.txt14
-rw-r--r--tests/auto/qml/resources/appcommon/CMakeLists.txt1
-rw-r--r--tests/auto/qml/resources/apps/app1/CMakeLists.txt10
-rw-r--r--tests/auto/qml/resources/apps/app2/CMakeLists.txt1
-rw-r--r--tests/auto/qml/simple/CMakeLists.txt10
-rw-r--r--tests/auto/qml/windowitem/CMakeLists.txt10
-rw-r--r--tests/auto/qml/windowitem2/CMakeLists.txt10
-rw-r--r--tests/auto/qml/windowmanager/CMakeLists.txt9
-rw-r--r--tests/auto/qml/windowmapping/CMakeLists.txt10
-rw-r--r--tests/auto/runtime/CMakeLists.txt3
-rw-r--r--tests/auto/signature/CMakeLists.txt7
-rw-r--r--tests/auto/sudo/CMakeLists.txt6
-rw-r--r--tests/auto/utilities/CMakeLists.txt3
-rw-r--r--tests/auto/yaml/CMakeLists.txt4
-rw-r--r--tests/benchmarks/appman-bench/CMakeLists.txt1
-rw-r--r--tests/manual/monitormodel/CMakeLists.txt1
80 files changed, 1 insertions, 405 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b7249ec..632de70b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from application-manager.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 90d9a2a9..af9d39ee 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from examples.pro.
qt_examples_build_begin()
diff --git a/examples/applicationmanager/animated-windows/CMakeLists.txt b/examples/applicationmanager/animated-windows/CMakeLists.txt
index 14c1f39d..feb2dde0 100644
--- a/examples/applicationmanager/animated-windows/CMakeLists.txt
+++ b/examples/applicationmanager/animated-windows/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from animated-windows.pro.
cmake_minimum_required(VERSION 3.14)
project(animated-windows LANGUAGES CXX)
diff --git a/examples/applicationmanager/application-features/CMakeLists.txt b/examples/applicationmanager/application-features/CMakeLists.txt
index 6594ddb6..06c28a57 100644
--- a/examples/applicationmanager/application-features/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from application-features.pro.
cmake_minimum_required(VERSION 3.14)
project(application-features LANGUAGES CXX)
diff --git a/examples/applicationmanager/application-features/imports/CMakeLists.txt b/examples/applicationmanager/application-features/imports/CMakeLists.txt
index cb913a12..a84ae601 100644
--- a/examples/applicationmanager/application-features/imports/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/imports/CMakeLists.txt
@@ -1,3 +1,2 @@
-# Generated from imports.pro.
add_subdirectory(terminator2)
diff --git a/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt b/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
index bd2a9371..1c965bab 100644
--- a/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/imports/terminator2/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from terminator2.pro.
cmake_minimum_required(VERSION 3.14)
project(terminator2plugin LANGUAGES CXX)
diff --git a/examples/applicationmanager/application-features/native/CMakeLists.txt b/examples/applicationmanager/application-features/native/CMakeLists.txt
index 0d1c9b10..de87a32a 100644
--- a/examples/applicationmanager/application-features/native/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/native/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from native.pro.
if(TARGET Qt::WaylandClient AND TARGET Qt::Widgets)
add_subdirectory(widgets)
diff --git a/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt b/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
index 148cdb39..dd885395 100644
--- a/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
+++ b/examples/applicationmanager/application-features/native/widgets/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from widgets.pro.
cmake_minimum_required(VERSION 3.14)
project(widgets LANGUAGES CXX)
diff --git a/examples/applicationmanager/custom-appman/CMakeLists.txt b/examples/applicationmanager/custom-appman/CMakeLists.txt
index 69b70411..55d7d8af 100644
--- a/examples/applicationmanager/custom-appman/CMakeLists.txt
+++ b/examples/applicationmanager/custom-appman/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from custom-appman.pro.
cmake_minimum_required(VERSION 3.14)
project(custom-appman LANGUAGES CXX)
diff --git a/examples/applicationmanager/frame-timer/CMakeLists.txt b/examples/applicationmanager/frame-timer/CMakeLists.txt
index 45525f5d..25b23411 100644
--- a/examples/applicationmanager/frame-timer/CMakeLists.txt
+++ b/examples/applicationmanager/frame-timer/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from frame-timer.pro.
cmake_minimum_required(VERSION 3.14)
project(frame-timer LANGUAGES CXX)
diff --git a/examples/applicationmanager/hello-world/CMakeLists.txt b/examples/applicationmanager/hello-world/CMakeLists.txt
index 4c8604d1..7437b04b 100644
--- a/examples/applicationmanager/hello-world/CMakeLists.txt
+++ b/examples/applicationmanager/hello-world/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from hello-world.pro.
cmake_minimum_required(VERSION 3.14)
project(hello-world LANGUAGES CXX)
diff --git a/examples/applicationmanager/intents/CMakeLists.txt b/examples/applicationmanager/intents/CMakeLists.txt
index b5b69ee0..cec26cc8 100644
--- a/examples/applicationmanager/intents/CMakeLists.txt
+++ b/examples/applicationmanager/intents/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from intents.pro.
cmake_minimum_required(VERSION 3.14)
project(intents LANGUAGES CXX)
diff --git a/examples/applicationmanager/launch-intents/CMakeLists.txt b/examples/applicationmanager/launch-intents/CMakeLists.txt
index b7d334d0..7d001aa5 100644
--- a/examples/applicationmanager/launch-intents/CMakeLists.txt
+++ b/examples/applicationmanager/launch-intents/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from launch-intents.pro.
cmake_minimum_required(VERSION 3.14)
project(launch-intents LANGUAGES CXX)
diff --git a/examples/applicationmanager/minidesk/CMakeLists.txt b/examples/applicationmanager/minidesk/CMakeLists.txt
index 6c6ad79e..19e6c3d7 100644
--- a/examples/applicationmanager/minidesk/CMakeLists.txt
+++ b/examples/applicationmanager/minidesk/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from minidesk.pro.
cmake_minimum_required(VERSION 3.14)
project(minidesk LANGUAGES CXX)
diff --git a/examples/applicationmanager/multi-views/CMakeLists.txt b/examples/applicationmanager/multi-views/CMakeLists.txt
index 169454b2..43945685 100644
--- a/examples/applicationmanager/multi-views/CMakeLists.txt
+++ b/examples/applicationmanager/multi-views/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from multi-views.pro.
cmake_minimum_required(VERSION 3.14)
project(multi-views LANGUAGES CXX)
diff --git a/examples/applicationmanager/process-status/CMakeLists.txt b/examples/applicationmanager/process-status/CMakeLists.txt
index 7d2647b8..705582f1 100644
--- a/examples/applicationmanager/process-status/CMakeLists.txt
+++ b/examples/applicationmanager/process-status/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from process-status.pro.
cmake_minimum_required(VERSION 3.14)
project(process-status LANGUAGES CXX)
diff --git a/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt b/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
index 1e7f7e7c..b52220ac 100644
--- a/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
+++ b/examples/applicationmanager/softwarecontainer-plugin/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from softwarecontainer-plugin.pro.
cmake_minimum_required(VERSION 3.14)
project(softwarecontainer-plugin LANGUAGES CXX)
diff --git a/examples/applicationmanager/startup-plugin/CMakeLists.txt b/examples/applicationmanager/startup-plugin/CMakeLists.txt
index 5cf87297..fea79b91 100644
--- a/examples/applicationmanager/startup-plugin/CMakeLists.txt
+++ b/examples/applicationmanager/startup-plugin/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from startup-plugin.pro.
cmake_minimum_required(VERSION 3.14)
project(startup-plugin LANGUAGES CXX)
diff --git a/src/3rdparty/CMakeLists.txt b/src/3rdparty/CMakeLists.txt
index 23fbb887..6d0e4e17 100644
--- a/src/3rdparty/CMakeLists.txt
+++ b/src/3rdparty/CMakeLists.txt
@@ -1,3 +1,4 @@
+
if(NOT QT_FEATURE_am_system_libarchive AND QT_FEATURE_am_installer)
add_subdirectory(libarchive)
endif()
diff --git a/src/3rdparty/libarchive/CMakeLists.txt b/src/3rdparty/libarchive/CMakeLists.txt
index 46d8cd8d..72f69c83 100644
--- a/src/3rdparty/libarchive/CMakeLists.txt
+++ b/src/3rdparty/libarchive/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from libarchive.pro.
-
-#####################################################################
-## BundledArchive Generic Library:
-#####################################################################
if (APPLE)
find_package(Iconv)
diff --git a/src/3rdparty/libbacktrace/CMakeLists.txt b/src/3rdparty/libbacktrace/CMakeLists.txt
index 0561327f..ca467cf2 100644
--- a/src/3rdparty/libbacktrace/CMakeLists.txt
+++ b/src/3rdparty/libbacktrace/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from libbacktrace.pro.
-
-#####################################################################
-## BundledBacktrace Generic Library:
-#####################################################################
qt_internal_add_3rdparty_library(BundledBacktrace
QMAKE_LIB_NAME backtrace
diff --git a/src/3rdparty/libyaml/CMakeLists.txt b/src/3rdparty/libyaml/CMakeLists.txt
index 04523da4..16b669f2 100644
--- a/src/3rdparty/libyaml/CMakeLists.txt
+++ b/src/3rdparty/libyaml/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from libyaml.pro.
-
-#####################################################################
-## BundledLibYaml Generic Library:
-#####################################################################
qt_internal_add_3rdparty_library(BundledLibYaml
QMAKE_LIB_NAME yaml
diff --git a/src/3rdparty/stackwalker/CMakeLists.txt b/src/3rdparty/stackwalker/CMakeLists.txt
index ee1a5122..2f7732a3 100644
--- a/src/3rdparty/stackwalker/CMakeLists.txt
+++ b/src/3rdparty/stackwalker/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from stackwalker.pro.
-
-#####################################################################
-## BundledStackwalker Generic Library:
-#####################################################################
qt_internal_add_3rdparty_library(BundledStackwalker
QMAKE_LIB_NAME stackwalker
@@ -17,4 +12,3 @@ qt_internal_add_3rdparty_library(BundledStackwalker
)
qt_disable_warnings(BundledStackwalker)
qt_set_symbol_visibility_hidden(BundledStackwalker)
-
diff --git a/src/application-lib/CMakeLists.txt b/src/application-lib/CMakeLists.txt
index d1a648e1..30e64b42 100644
--- a/src/application-lib/CMakeLists.txt
+++ b/src/application-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from application-lib.pro.
-
-#####################################################################
-## AppManApplication Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/common-lib/CMakeLists.txt b/src/common-lib/CMakeLists.txt
index 8976418e..ccc23990 100644
--- a/src/common-lib/CMakeLists.txt
+++ b/src/common-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from common-lib.pro.
-
-#####################################################################
-## AppManCommon Module:
-#####################################################################
qt_find_package(WrapLibYaml PROVIDED_TARGETS WrapLibYaml::WrapLibYaml)
diff --git a/src/crypto-lib/CMakeLists.txt b/src/crypto-lib/CMakeLists.txt
index ac4c8a4e..fe2138fa 100644
--- a/src/crypto-lib/CMakeLists.txt
+++ b/src/crypto-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from crypto-lib.pro.
-
-#####################################################################
-## AppManCrypto Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/dbus-lib/CMakeLists.txt b/src/dbus-lib/CMakeLists.txt
index 8d3a04c5..3c003503 100644
--- a/src/dbus-lib/CMakeLists.txt
+++ b/src/dbus-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from dbus-lib.pro.
-
-#####################################################################
-## AppManDBus Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
@@ -28,12 +23,7 @@ qt_internal_add_module(AppManDBusPrivate
Qt::DBus
)
-#### Keys ignored in scope 1:.:.:dbus-lib.pro:<TRUE>:
-# ADAPTORS_XML = "io.qt.applicationmanager.xml" "io.qt.windowmanager.xml" "org.freedesktop.notifications.xml"
-# MODULE = "appman_dbus"
-# OTHER_FILES = "io.qt.packagemanager.xml" "io.qt.applicationmanager.applicationinterface.xml" "io.qt.applicationmanager.runtimeinterface.xml" "io.qt.applicationmanager.intentinterface.xml" "io.qt.applicationmanager.xml" "io.qt.windowmanager.xml" "org.freedesktop.notifications.xml"
# QMAKE_EXTRA_TARGETS = "recreate-dbus-xml" "recreate-applicationmanager-dbus-xml" "recreate-packagemanager-dbus-xml" "recreate-windowmanager-dbus-xml"
-# TEMPLATE = "lib"
# recreate-applicationmanager-dbus-xml.CONFIG = "phony"
# recreate-applicationmanager-dbus-xml.commands = "$$QDBUSCPP2XML" "-a" "$$PWD/../manager-lib/applicationmanager.h" "-o" "$$PWD/io.qt.applicationmanager.xml"
# recreate-dbus-xml.depends = "recreate-applicationmanager-dbus-xml" "recreate-applicationinstaller-dbus-xml" "recreate-windowmanager-dbus-xml"
diff --git a/src/intent-client-lib/CMakeLists.txt b/src/intent-client-lib/CMakeLists.txt
index fc932c17..3decb8dd 100644
--- a/src/intent-client-lib/CMakeLists.txt
+++ b/src/intent-client-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from intent-client-lib.pro.
-
-#####################################################################
-## AppManIntentClient Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/intent-server-lib/CMakeLists.txt b/src/intent-server-lib/CMakeLists.txt
index 30a6b020..8973f00a 100644
--- a/src/intent-server-lib/CMakeLists.txt
+++ b/src/intent-server-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from intent-server-lib.pro.
-
-#####################################################################
-## AppManIntentServer Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/launcher-lib/CMakeLists.txt b/src/launcher-lib/CMakeLists.txt
index bac50ba3..e1285a65 100644
--- a/src/launcher-lib/CMakeLists.txt
+++ b/src/launcher-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from launcher-lib.pro.
-
-#####################################################################
-## AppManLauncher Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/main-lib/CMakeLists.txt b/src/main-lib/CMakeLists.txt
index c89fe8ce..13d38de6 100644
--- a/src/main-lib/CMakeLists.txt
+++ b/src/main-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from main-lib.pro.
-
-#####################################################################
-## AppManMain Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/manager-lib/CMakeLists.txt b/src/manager-lib/CMakeLists.txt
index 99e34462..ee327e04 100644
--- a/src/manager-lib/CMakeLists.txt
+++ b/src/manager-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from manager-lib.pro.
-
-#####################################################################
-## AppManManager Module:
-#####################################################################
include(QtAppManHelpers)
diff --git a/src/monitor-lib/CMakeLists.txt b/src/monitor-lib/CMakeLists.txt
index 77746240..212bf1c1 100644
--- a/src/monitor-lib/CMakeLists.txt
+++ b/src/monitor-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from monitor-lib.pro.
-
-#####################################################################
-## AppManMonitor Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/notification-lib/CMakeLists.txt b/src/notification-lib/CMakeLists.txt
index b60ffac0..7a15ff52 100644
--- a/src/notification-lib/CMakeLists.txt
+++ b/src/notification-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from notification-lib.pro.
-
-#####################################################################
-## AppManNotification Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/package-lib/CMakeLists.txt b/src/package-lib/CMakeLists.txt
index 1130f09f..3180bf23 100644
--- a/src/package-lib/CMakeLists.txt
+++ b/src/package-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from package-lib.pro.
-
-#####################################################################
-## AppManPackage Module:
-#####################################################################
qt_find_package(WrapLibArchive PROVIDED_TARGETS WrapLibArchive::WrapLibArchive)
diff --git a/src/plugin-interfaces/CMakeLists.txt b/src/plugin-interfaces/CMakeLists.txt
index 21584521..6f469466 100644
--- a/src/plugin-interfaces/CMakeLists.txt
+++ b/src/plugin-interfaces/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from plugin-interfaces.pro.
-
-#####################################################################
-## AppManPluginInterfaces Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/shared-main-lib/CMakeLists.txt b/src/shared-main-lib/CMakeLists.txt
index 16ad324a..57ee84c4 100644
--- a/src/shared-main-lib/CMakeLists.txt
+++ b/src/shared-main-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from shared-main-lib.pro.
-
-#####################################################################
-## AppManSharedMain Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/src/tools/appman/CMakeLists.txt b/src/tools/appman/CMakeLists.txt
index 092996d5..b58d0406 100644
--- a/src/tools/appman/CMakeLists.txt
+++ b/src/tools/appman/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from appman.pro.
-
-#####################################################################
-## appman Tool:
-#####################################################################
qt_get_tool_target_name(target_name appman)
qt_internal_add_tool(${target_name}
diff --git a/src/tools/controller/CMakeLists.txt b/src/tools/controller/CMakeLists.txt
index d85f40f5..644ec9c5 100644
--- a/src/tools/controller/CMakeLists.txt
+++ b/src/tools/controller/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from controller.pro.
-
-#####################################################################
-## appman-controller Tool:
-#####################################################################
qt_get_tool_target_name(target_name appman-controller)
qt_internal_add_tool(${target_name}
diff --git a/src/tools/dumpqmltypes/CMakeLists.txt b/src/tools/dumpqmltypes/CMakeLists.txt
index 1f48b9f7..16e623a1 100644
--- a/src/tools/dumpqmltypes/CMakeLists.txt
+++ b/src/tools/dumpqmltypes/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from dumpqmltypes.pro.
-
-#####################################################################
-## appman-dumpqmltypes Tool:
-#####################################################################
qt_get_tool_target_name(target_name appman-dumpqmltypes)
qt_internal_add_tool(${target_name}
@@ -24,15 +19,6 @@ qt_internal_add_tool(${target_name}
Qt::AppManWindowPrivate
)
-#### Keys ignored in scope 1:.:.:dumpqmltypes.pro:<TRUE>:
-# TEMPLATE = "app"
-
-## Scopes:
-#####################################################################
-
-#### Keys ignored in scope 2:.:.:dumpqmltypes.pro:NOT CMAKE_CROSSCOMPILING:
-# QT_TOOL_ENV = <EMPTY>
-
#### Keys ignored in scope 3:.:.:dumpqmltypes.pro:build_pass OR NOT debug_and_release:
# INSTALLS = "qmltypes_file"
# QMAKE_POST_LINK = "$$QMLPLUGINDUMP" "$$SOURCE_DIR/qmltypes"
diff --git a/src/tools/launcher-qml/CMakeLists.txt b/src/tools/launcher-qml/CMakeLists.txt
index 60da4b95..f29f60ec 100644
--- a/src/tools/launcher-qml/CMakeLists.txt
+++ b/src/tools/launcher-qml/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from launcher-qml.pro.
-
-#####################################################################
-## appman-launcher-qml Tool:
-#####################################################################
qt_get_tool_target_name(target_name appman-launcher-qml)
qt_internal_add_tool(${target_name}
@@ -26,6 +21,3 @@ qt_internal_add_tool(${target_name}
Qt::AppManPluginInterfacesPrivate
Qt::AppManSharedMainPrivate
)
-
-#### Keys ignored in scope 1:.:.:launcher-qml.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/src/tools/packager/CMakeLists.txt b/src/tools/packager/CMakeLists.txt
index 02c6d3b7..2e206932 100644
--- a/src/tools/packager/CMakeLists.txt
+++ b/src/tools/packager/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from packager.pro.
-
-#####################################################################
-## appman-packager Tool:
-#####################################################################
qt_get_tool_target_name(target_name appman-packager)
qt_internal_add_tool(${target_name}
diff --git a/src/tools/testrunner/CMakeLists.txt b/src/tools/testrunner/CMakeLists.txt
index 6d8e2bfe..e893b00a 100644
--- a/src/tools/testrunner/CMakeLists.txt
+++ b/src/tools/testrunner/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from testrunner.pro.
-
-#####################################################################
-## appman-qmltestrunner Tool:
-#####################################################################
qt_get_tool_target_name(target_name appman-qmltestrunner)
qt_internal_add_tool(${target_name}
diff --git a/src/tools/uploader/CMakeLists.txt b/src/tools/uploader/CMakeLists.txt
index bb6555ac..e95cfd69 100644
--- a/src/tools/uploader/CMakeLists.txt
+++ b/src/tools/uploader/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from uploader.pro.
-
-#####################################################################
-## package-uploader Tool:
-#####################################################################
qt_get_tool_target_name(target_name package-uploader)
qt_internal_add_tool(${target_name}
@@ -15,6 +10,3 @@ qt_internal_add_tool(${target_name}
Qt::Network
Qt::AppManCommonPrivate
)
-
-#### Keys ignored in scope 1:.:.:uploader.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/src/window-lib/CMakeLists.txt b/src/window-lib/CMakeLists.txt
index f959ebf2..96a8e522 100644
--- a/src/window-lib/CMakeLists.txt
+++ b/src/window-lib/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from window-lib.pro.
-
-#####################################################################
-## AppManWindow Module:
-#####################################################################
# temporary hack to get around the "#pragma once not allowed in cpp" error
set(QT_FEATURE_headersclean FALSE)
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 9b3d0e26..3d616a97 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from tests.pro.
add_subdirectory(data)
diff --git a/tests/auto/applicationinfo/CMakeLists.txt b/tests/auto/applicationinfo/CMakeLists.txt
index 2bf20628..7c9320fe 100644
--- a/tests/auto/applicationinfo/CMakeLists.txt
+++ b/tests/auto/applicationinfo/CMakeLists.txt
@@ -12,9 +12,6 @@ qt_internal_add_test(tst_applicationinfo
Qt::AppManManagerPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_applicationinfo CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/applicationinstaller/CMakeLists.txt b/tests/auto/applicationinstaller/CMakeLists.txt
index 9b1b4d60..e007fd06 100644
--- a/tests/auto/applicationinstaller/CMakeLists.txt
+++ b/tests/auto/applicationinstaller/CMakeLists.txt
@@ -13,12 +13,6 @@ qt_internal_add_test(tst_applicationinstaller
Qt::AppManPackagePrivate
)
-#### Keys ignored in scope 1:.:.:applicationinstaller.pro:<TRUE>:
-# COVERAGE_RUNTIME = "sudo"
-
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_applicationinstaller CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/cryptography/CMakeLists.txt b/tests/auto/cryptography/CMakeLists.txt
index 87f0aaa0..3ce022d0 100644
--- a/tests/auto/cryptography/CMakeLists.txt
+++ b/tests/auto/cryptography/CMakeLists.txt
@@ -11,9 +11,6 @@ qt_internal_add_test(tst_cryptography
Qt::AppManCryptoPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_cryptography CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/debugwrapper/CMakeLists.txt b/tests/auto/debugwrapper/CMakeLists.txt
index 21fee195..0fcd858a 100644
--- a/tests/auto/debugwrapper/CMakeLists.txt
+++ b/tests/auto/debugwrapper/CMakeLists.txt
@@ -10,9 +10,6 @@ qt_internal_add_test(tst_debugwrapper
Qt::AppManManagerPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_debugwrapper CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/installationreport/CMakeLists.txt b/tests/auto/installationreport/CMakeLists.txt
index 66c52f46..0c80304e 100644
--- a/tests/auto/installationreport/CMakeLists.txt
+++ b/tests/auto/installationreport/CMakeLists.txt
@@ -12,9 +12,6 @@ qt_internal_add_test(tst_installationreport
Qt::AppManCryptoPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_installationreport CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/main/CMakeLists.txt b/tests/auto/main/CMakeLists.txt
index d70b1c67..05423d35 100644
--- a/tests/auto/main/CMakeLists.txt
+++ b/tests/auto/main/CMakeLists.txt
@@ -26,13 +26,6 @@ qt_internal_add_resource(tst_main "main"
${main_resource_files}
)
-
-#### Keys ignored in scope 1:.:.:main.pro:<TRUE>:
-# OTHER_FILES = "am-config.yaml"
-
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_main CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/packagecreator/CMakeLists.txt b/tests/auto/packagecreator/CMakeLists.txt
index cfdfe934..4ce47c3f 100644
--- a/tests/auto/packagecreator/CMakeLists.txt
+++ b/tests/auto/packagecreator/CMakeLists.txt
@@ -12,9 +12,6 @@ qt_internal_add_test(tst_packagecreator
Qt::AppManPackagePrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_packagecreator CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/packageextractor/CMakeLists.txt b/tests/auto/packageextractor/CMakeLists.txt
index 389eb18a..8d976f95 100644
--- a/tests/auto/packageextractor/CMakeLists.txt
+++ b/tests/auto/packageextractor/CMakeLists.txt
@@ -12,9 +12,6 @@ qt_internal_add_test(tst_packageextractor
Qt::AppManPackagePrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_packageextractor CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/processreader/CMakeLists.txt b/tests/auto/processreader/CMakeLists.txt
index 604677f0..37ce9327 100644
--- a/tests/auto/processreader/CMakeLists.txt
+++ b/tests/auto/processreader/CMakeLists.txt
@@ -14,9 +14,6 @@ qt_internal_add_test(tst_processreader
Qt::AppManWindowPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_processreader CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/qml/CMakeLists.txt b/tests/auto/qml/CMakeLists.txt
index e8041cb1..d9345609 100644
--- a/tests/auto/qml/CMakeLists.txt
+++ b/tests/auto/qml/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from qml.pro.
# Setup the test when called as a completely standalone project.
if(TARGET Qt6::Core)
diff --git a/tests/auto/qml/configs/CMakeLists.txt b/tests/auto/qml/configs/CMakeLists.txt
index 4b630f3e..58e1d4f4 100644
--- a/tests/auto/qml/configs/CMakeLists.txt
+++ b/tests/auto/qml/configs/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from configs.pro.
-
-#####################################################################
-## configs Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_configs
CONFIG_YAML am-config.yaml
@@ -15,15 +10,3 @@ qt_am_internal_add_qml_test(tst_configs
CONFIG NAME single-app CONDITION FEATURE_am_multi_process ARGS --single-app apps/test.configs.app/info.yaml
CONFIG NAME no-installer CONDITION FEATURE_am_multi_process ARGS --disable-installer --wayland-socket-name wayland-am
)
-
-#### Keys ignored in scope 1:.:.:configs.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "test.configs.app"
-# TEST_CONFIGURATIONS = "--force-single-process" "--force-single-process --single-app $$_PRO_FILE_PWD_/apps/test.configs.app/info.yaml"
-# TEST_FILES = "tst_configs.qml"
-
-## Scopes:
-#####################################################################
-
-#### Keys ignored in scope 2:.:.:configs.pro:multi-process:
-# TEST_CONFIGURATIONS = "--force-multi-process" "-c $$_PRO_FILE_PWD_/am-config-nodbus.yaml --dbus none" "--single-app $$_PRO_FILE_PWD_/apps/test.configs.app/info.yaml" "--disable-installer --wayland-socket-name wayland-am"
diff --git a/tests/auto/qml/crash/CMakeLists.txt b/tests/auto/qml/crash/CMakeLists.txt
index 96bda205..43598cd6 100644
--- a/tests/auto/qml/crash/CMakeLists.txt
+++ b/tests/auto/qml/crash/CMakeLists.txt
@@ -1,17 +1,6 @@
-# Generated from crash.pro.
-
-#####################################################################
-## crash Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_crash
CONFIG_YAML am-config.yaml
TEST_FILE tst_crash.qml
MODE multi-process
)
-
-#### Keys ignored in scope 1:.:.:crash.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "tld.test.crash"
-# TEST_CONFIGURATIONS = "--force-multi-process"
-# TEST_FILES = "tst_crash.qml"
diff --git a/tests/auto/qml/crash/apps/tld.test.crash/terminator2/CMakeLists.txt b/tests/auto/qml/crash/apps/tld.test.crash/terminator2/CMakeLists.txt
index 21646c82..be736443 100644
--- a/tests/auto/qml/crash/apps/tld.test.crash/terminator2/CMakeLists.txt
+++ b/tests/auto/qml/crash/apps/tld.test.crash/terminator2/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from terminator2.pro.
-
-#####################################################################
-## terminator2plugin Generic Library:
-#####################################################################
qt_internal_add_cmake_library(terminator2plugin
MODULE
@@ -18,13 +13,4 @@ qt_internal_add_cmake_library(terminator2plugin
Qt::Quick
)
-#### Keys ignored in scope 1:.:.:terminator2.pro:<TRUE>:
-# INSTALLS = "target" "qmldir"
-# OTHER_FILES = "qmldir"
-# QMAKE_POST_LINK = "$$QMAKE_COPY" "$$replace($$list $$quote $$PWD/qmldir $$DESTDIR , /, $$QMAKE_DIR_SEP)"
-# TEMPLATE = "lib"
-# qmldir.files = "$$PWD/qmldir"
-# qmldir.path = "$$DESTDIR"
-# target.path = "$$DESTDIR"
-
qt_autogen_tools_initial_setup(terminator2plugin)
diff --git a/tests/auto/qml/installer/CMakeLists.txt b/tests/auto/qml/installer/CMakeLists.txt
index d48a9e65..0330696b 100644
--- a/tests/auto/qml/installer/CMakeLists.txt
+++ b/tests/auto/qml/installer/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from installer.pro.
-
-#####################################################################
-## installer Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_installer
CONFIG_YAML am-config.yaml
@@ -10,8 +5,3 @@ qt_am_internal_add_qml_test(tst_installer
TESTDATA_DIR ${CMAKE_CURRENT_BINARY_DIR}/../../../data
TEST_FILE tst_installer.qml
)
-
-#### Keys ignored in scope 1:.:.:installer.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# AM_TESTDATA_DIR = "\"$$PWD/../../data/\""
-# TEST_FILES = "tst_installer.qml"
diff --git a/tests/auto/qml/intents/CMakeLists.txt b/tests/auto/qml/intents/CMakeLists.txt
index 1bf67f22..dfe705c1 100644
--- a/tests/auto/qml/intents/CMakeLists.txt
+++ b/tests/auto/qml/intents/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from intents.pro.
-
-#####################################################################
-## intents Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_intents
CONFIG_YAML am-config.yaml
@@ -13,15 +8,3 @@ qt_am_internal_add_qml_test(tst_intents
CONFIG NAME multi-process CONDITION FEATURE_am_multi_process ARGS --force-multi-process
CONFIG NAME config-quick CONDITION FEATURE_am_multi_process ARGS --force-multi-process -c am-config-quick.yaml
)
-
-#### Keys ignored in scope 1:.:.:intents.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "intents1" "intents2" "cannot-start"
-# TEST_CONFIGURATIONS = "--force-single-process"
-# TEST_FILES = "tst_intents.qml"
-
-## Scopes:
-#####################################################################
-
-#### Keys ignored in scope 2:.:.:intents.pro:multi-process:
-# TEST_CONFIGURATIONS = "--force-multi-process" "--force-multi-process -c $$_PRO_FILE_PWD_/am-config-quick.yaml"
diff --git a/tests/auto/qml/lifecycle/CMakeLists.txt b/tests/auto/qml/lifecycle/CMakeLists.txt
index fce5166b..1947a117 100644
--- a/tests/auto/qml/lifecycle/CMakeLists.txt
+++ b/tests/auto/qml/lifecycle/CMakeLists.txt
@@ -1,16 +1,6 @@
-# Generated from lifecycle.pro.
-
-#####################################################################
-## lifecycle Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_lifecycle
CONFIG_YAML am-config.yaml
EXTRA_FILES apps
TEST_FILE tst_lifecycle.qml
)
-
-#### Keys ignored in scope 1:.:.:lifecycle.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "tld.test.lifecycle"
-# TEST_FILES = "tst_lifecycle.qml"
diff --git a/tests/auto/qml/processtitle/CMakeLists.txt b/tests/auto/qml/processtitle/CMakeLists.txt
index 4e02f2b0..a9cb672f 100644
--- a/tests/auto/qml/processtitle/CMakeLists.txt
+++ b/tests/auto/qml/processtitle/CMakeLists.txt
@@ -1,16 +1,5 @@
-# Generated from processtitle.pro.
-
-#####################################################################
-## processtitle Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_processtitle
CONFIG_YAML am-config.yaml
TEST_FILE tst_processtitle.qml
)
-
-#### Keys ignored in scope 1:.:.:processtitle.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "test.processtitle.app"
-# TEST_CONFIGURATIONS = "--force-multi-process" "--force-multi-process -c $$_PRO_FILE_PWD_/am-config-quick.yaml"
-# TEST_FILES = "tst_processtitle.qml"
diff --git a/tests/auto/qml/quicklaunch/CMakeLists.txt b/tests/auto/qml/quicklaunch/CMakeLists.txt
index d6bffa0d..0d61c365 100644
--- a/tests/auto/qml/quicklaunch/CMakeLists.txt
+++ b/tests/auto/qml/quicklaunch/CMakeLists.txt
@@ -1,16 +1,6 @@
-# Generated from quicklaunch.pro.
-
-#####################################################################
-## quicklaunch Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_quicklaunch
CONFIG_YAML am-config.yaml
EXTRA_FILES apps
TEST_FILE tst_quicklaunch.qml
)
-
-#### Keys ignored in scope 1:.:.:quicklaunch.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "tld.test.quicklaunch"
-# TEST_FILES = "tst_quicklaunch.qml"
diff --git a/tests/auto/qml/resources/CMakeLists.txt b/tests/auto/qml/resources/CMakeLists.txt
index 631e776b..c04a0768 100644
--- a/tests/auto/qml/resources/CMakeLists.txt
+++ b/tests/auto/qml/resources/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from resources.pro.
-
-#####################################################################
-## systemuiplugin Generic Library:
-#####################################################################
qt_internal_add_cmake_library(systemuiplugin
MODULE
@@ -31,15 +26,6 @@ qt_am_internal_add_qml_test(tst_resource
qt_add_binary_resources(systemuifile systemuifile.qrc)
-#### Keys ignored in scope 2:.:.:test.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# DIRECTORIES = "apps/app2/qml" "relative"
-# FILES = "am-config.yaml" "apps/app1/icon.png" "apps/app1/info.yaml" "apps/app2/icon.png" "apps/app2/info.yaml"
-# RESOURCE_SOURCE = "systemuifile.qrc"
-# TEMPLATE = "lib"
-# TEST_APPS = "app1" "app2"
-# TEST_FILES = "tst_resource.qml"
-
qt_autogen_tools_initial_setup(systemuiplugin)
add_subdirectory(appcommon)
add_subdirectory(apps/app1)
diff --git a/tests/auto/qml/resources/appcommon/CMakeLists.txt b/tests/auto/qml/resources/appcommon/CMakeLists.txt
index b433436e..180ffe5a 100644
--- a/tests/auto/qml/resources/appcommon/CMakeLists.txt
+++ b/tests/auto/qml/resources/appcommon/CMakeLists.txt
@@ -1,3 +1,2 @@
-# Generated from appcommon.pro.
qt_add_binary_resources(appcommonfile appcommonfile.qrc)
diff --git a/tests/auto/qml/resources/apps/app1/CMakeLists.txt b/tests/auto/qml/resources/apps/app1/CMakeLists.txt
index 769caf73..84881fed 100644
--- a/tests/auto/qml/resources/apps/app1/CMakeLists.txt
+++ b/tests/auto/qml/resources/apps/app1/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from app1.pro.
-
-#####################################################################
-## app1plugin Generic Library:
-#####################################################################
qt_internal_add_cmake_library(app1plugin
MODULE
@@ -25,9 +20,4 @@ qt_internal_add_resource(app1plugin "app1plugin"
qt_add_binary_resources(app1file app1file.qrc)
-#### Keys ignored in scope 1:.:.:app1.pro:<TRUE>:
-# OTHER_FILES = "info.yaml" "icon.png"
-# RESOURCE_SOURCE = "app1file.qrc"
-# TEMPLATE = "lib"
-
qt_autogen_tools_initial_setup(app1plugin)
diff --git a/tests/auto/qml/resources/apps/app2/CMakeLists.txt b/tests/auto/qml/resources/apps/app2/CMakeLists.txt
index 94e5dcdc..ae88e2d8 100644
--- a/tests/auto/qml/resources/apps/app2/CMakeLists.txt
+++ b/tests/auto/qml/resources/apps/app2/CMakeLists.txt
@@ -1,3 +1,2 @@
-# Generated from app2.pro.
qt_add_binary_resources(app2 app2.qrc)
diff --git a/tests/auto/qml/simple/CMakeLists.txt b/tests/auto/qml/simple/CMakeLists.txt
index 09038451..e38d57a2 100644
--- a/tests/auto/qml/simple/CMakeLists.txt
+++ b/tests/auto/qml/simple/CMakeLists.txt
@@ -1,16 +1,6 @@
-# Generated from simple.pro.
-
-#####################################################################
-## simple Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_simple
CONFIG_YAML am-config.yaml
EXTRA_FILES apps
TEST_FILE tst_applicationmanager.qml
)
-
-#### Keys ignored in scope 1:.:.:simple.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "tld.test.simple1" "tld.test.simple2"
-# TEST_FILES = "tst_applicationmanager.qml"
diff --git a/tests/auto/qml/windowitem/CMakeLists.txt b/tests/auto/qml/windowitem/CMakeLists.txt
index 1d02e4ae..cbcdf895 100644
--- a/tests/auto/qml/windowitem/CMakeLists.txt
+++ b/tests/auto/qml/windowitem/CMakeLists.txt
@@ -1,16 +1,6 @@
-# Generated from windowitem.pro.
-
-#####################################################################
-## windowitem Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_windowitem
CONFIG_YAML am-config.yaml
EXTRA_FILES apps
TEST_FILE tst_windowitem.qml
)
-
-#### Keys ignored in scope 1:.:.:windowitem.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "test.windowitem.app" "test.windowitem.multiwin"
-# TEST_FILES = "tst_windowitem.qml"
diff --git a/tests/auto/qml/windowitem2/CMakeLists.txt b/tests/auto/qml/windowitem2/CMakeLists.txt
index 0931d95c..1d9be251 100644
--- a/tests/auto/qml/windowitem2/CMakeLists.txt
+++ b/tests/auto/qml/windowitem2/CMakeLists.txt
@@ -1,16 +1,6 @@
-# Generated from windowitem2.pro.
-
-#####################################################################
-## windowitem2 Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_windowitem2
CONFIG_YAML am-config.yaml
EXTRA_FILES apps
TEST_FILE tst_windowitem2.qml
)
-
-#### Keys ignored in scope 1:.:.:windowitem2.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "test.windowitem2.app"
-# TEST_FILES = "tst_windowitem2.qml"
diff --git a/tests/auto/qml/windowmanager/CMakeLists.txt b/tests/auto/qml/windowmanager/CMakeLists.txt
index f508c6c5..746c4c56 100644
--- a/tests/auto/qml/windowmanager/CMakeLists.txt
+++ b/tests/auto/qml/windowmanager/CMakeLists.txt
@@ -1,14 +1,5 @@
-# Generated from windowmanager.pro.
-
-#####################################################################
-## windowmanager Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_windowmanager
TEST_FILE tst_windowmanager.qml
EXTRA_FILES IviApplicationExtension.qml
)
-
-#### Keys ignored in scope 1:.:.:windowmanager.pro:<TRUE>:
-# OTHER_FILES = "IviApplicationExtension.qml"
-# TEST_FILES = "tst_windowmanager.qml"
diff --git a/tests/auto/qml/windowmapping/CMakeLists.txt b/tests/auto/qml/windowmapping/CMakeLists.txt
index 4af2c4a9..d5dd8eb7 100644
--- a/tests/auto/qml/windowmapping/CMakeLists.txt
+++ b/tests/auto/qml/windowmapping/CMakeLists.txt
@@ -1,8 +1,3 @@
-# Generated from windowmapping.pro.
-
-#####################################################################
-## windowmapping Binary:
-#####################################################################
qt_am_internal_add_qml_test(tst_windowmapping
CONFIG_YAML am-config.yaml
@@ -11,8 +6,3 @@ qt_am_internal_add_qml_test(tst_windowmapping
CONFIGURATIONS #TODO: temporary - multi-process crashes in RHI on exit
CONFIG NAME single-process ARGS --force-single-process
)
-
-#### Keys ignored in scope 1:.:.:windowmapping.pro:<TRUE>:
-# AM_CONFIG = "am-config.yaml"
-# TEST_APPS = "test.winmap.amwin" "test.winmap.amwin2" "test.winmap.loader" "test.winmap.ping" "test.winmap.qtobject" "test.winmap.rectangle" "test.winmap.window"
-# TEST_FILES = "tst_windowmapping.qml"
diff --git a/tests/auto/runtime/CMakeLists.txt b/tests/auto/runtime/CMakeLists.txt
index 507e4793..1f8a2d72 100644
--- a/tests/auto/runtime/CMakeLists.txt
+++ b/tests/auto/runtime/CMakeLists.txt
@@ -13,9 +13,6 @@ qt_internal_add_test(tst_runtime
Qt::AppManManagerPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_runtime CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/signature/CMakeLists.txt b/tests/auto/signature/CMakeLists.txt
index 79f0b059..69d7f7d7 100644
--- a/tests/auto/signature/CMakeLists.txt
+++ b/tests/auto/signature/CMakeLists.txt
@@ -28,13 +28,6 @@ qt_internal_add_resource(tst_signature "tst_signature"
${tst_signature_resource_files}
)
-
-#### Keys ignored in scope 1:.:.:signature.pro:<TRUE>:
-# OTHER_FILES = "create-test-data.sh"
-
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_signature CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/sudo/CMakeLists.txt b/tests/auto/sudo/CMakeLists.txt
index 398f80c4..9cf7e77a 100644
--- a/tests/auto/sudo/CMakeLists.txt
+++ b/tests/auto/sudo/CMakeLists.txt
@@ -11,12 +11,6 @@ qt_internal_add_test(tst_sudo
Qt::AppManManagerPrivate
)
-#### Keys ignored in scope 1:.:.:sudo.pro:<TRUE>:
-# COVERAGE_RUNTIME = "sudo"
-
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_sudo CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/utilities/CMakeLists.txt b/tests/auto/utilities/CMakeLists.txt
index 453f8965..f9dd5a4b 100644
--- a/tests/auto/utilities/CMakeLists.txt
+++ b/tests/auto/utilities/CMakeLists.txt
@@ -10,9 +10,6 @@ qt_internal_add_test(tst_utilities
Qt::AppManCommonPrivate
)
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_utilities CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/auto/yaml/CMakeLists.txt b/tests/auto/yaml/CMakeLists.txt
index 578fc87e..338aa202 100644
--- a/tests/auto/yaml/CMakeLists.txt
+++ b/tests/auto/yaml/CMakeLists.txt
@@ -24,10 +24,6 @@ qt_internal_add_resource(tst_yaml "qmake_immediate"
${qmake_immediate_resource_files}
)
-
-## Scopes:
-#####################################################################
-
qt_internal_extend_target(tst_yaml CONDITION TARGET Qt::DBus
PUBLIC_LIBRARIES
Qt::DBus
diff --git a/tests/benchmarks/appman-bench/CMakeLists.txt b/tests/benchmarks/appman-bench/CMakeLists.txt
index 61526436..8b137891 100644
--- a/tests/benchmarks/appman-bench/CMakeLists.txt
+++ b/tests/benchmarks/appman-bench/CMakeLists.txt
@@ -1,2 +1 @@
-# Generated from appman-bench.pro.
diff --git a/tests/manual/monitormodel/CMakeLists.txt b/tests/manual/monitormodel/CMakeLists.txt
index e39041a2..0ca5c270 100644
--- a/tests/manual/monitormodel/CMakeLists.txt
+++ b/tests/manual/monitormodel/CMakeLists.txt
@@ -1,4 +1,3 @@
-# Generated from monitormodel.pro.
qt_am_internal_add_qml_test(tst_monitormodel
EXTRA_FILES PropertyField.qml SystemMonitorChart.qml