summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2021-06-29 01:47:39 +0200
committerRobert Griebl <robert.griebl@qt.io>2021-06-30 15:56:30 +0200
commit58082fdf3871443beb01ad76f48eea1ba2ca4cce (patch)
tree14bc35f9fa78a5f94ade35d75f61754a8ed5b1ed /tests
parente38f7b9239383b55617acc101c212a83fe63cd54 (diff)
downloadqtapplicationmanager-58082fdf3871443beb01ad76f48eea1ba2ca4cce.tar.gz
cmake: remove all comments from the pro2cmake tool conversion
Change-Id: Id162a38debf7c801dfefb519274a7761e742b7f1 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'tests')
-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
35 files changed, 0 insertions, 236 deletions
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