tests: Remove remains of qmake conversion from CMakeLists.txt files

Pick-to: 6.5
Change-Id: I8d106554bb86ac1ec9bb7a4083de4c376bcbab1d
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Friedemann Kleint 2023-02-15 13:57:42 +01:00
parent 5edb1bed3f
commit 97bfacf1e2
969 changed files with 188 additions and 3151 deletions

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from tests.pro.
if(QT_BUILD_STANDALONE_TESTS) if(QT_BUILD_STANDALONE_TESTS)
# Add qt_find_package calls for extra dependencies that need to be found when building # Add qt_find_package calls for extra dependencies that need to be found when building
# the standalone tests here. # the standalone tests here.

View File

@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# special case begin
# Order by dependency [*], then alphabetic. [*] If bugs in part A of # Order by dependency [*], then alphabetic. [*] If bugs in part A of
# our source would break tests of part B, then test A before B. # our source would break tests of part B, then test A before B.
@ -46,11 +45,9 @@ if(NOT CMAKE_CROSSCOMPILING AND QT_FEATURE_process)
add_subdirectory(tools) add_subdirectory(tools)
endif() endif()
add_subdirectory(corelib) add_subdirectory(corelib)
# special case begin
if (TARGET Qt::Xml AND TARGET Qt::Sql AND TARGET Qt::Network) if (TARGET Qt::Xml AND TARGET Qt::Sql AND TARGET Qt::Network)
add_subdirectory(cmake) add_subdirectory(cmake)
endif() endif()
# special case end
# Limit set of tests to run for static Qt builds. # Limit set of tests to run for static Qt builds.
if(QT_BUILD_MINIMAL_STATIC_TESTS) if(QT_BUILD_MINIMAL_STATIC_TESTS)
@ -109,5 +106,3 @@ if (TARGET Qt::Xml)
endif() endif()
# add_subdirectory(installed_cmake) ## FIXME: Does this still make sense in this form? # add_subdirectory(installed_cmake) ## FIXME: Does this still make sense in this form?
add_subdirectory(other) add_subdirectory(other)
# special case end

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# special case skip regeneration
# This is an automatic test for the CMake configuration files. # This is an automatic test for the CMake configuration files.
# To run it manually, # To run it manually,
# 1) mkdir build # Create a build directory # 1) mkdir build # Create a build directory

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtsvg.pro.
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
include(.cmake.conf) include(.cmake.conf)

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from concurrent.pro.
add_subdirectory(qtconcurrentfilter) add_subdirectory(qtconcurrentfilter)
add_subdirectory(qtconcurrentiteratekernel) add_subdirectory(qtconcurrentiteratekernel)
add_subdirectory(qtconcurrentfiltermapgenerated) add_subdirectory(qtconcurrentfiltermapgenerated)

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentfilter.pro.
##################################################################### #####################################################################
## tst_qtconcurrentfilter Test: ## tst_qtconcurrentfilter Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentfiltermapgenerated.pro.
##################################################################### #####################################################################
## tst_qtconcurrentfiltermapgenerated Test: ## tst_qtconcurrentfiltermapgenerated Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentiteratekernel.pro.
##################################################################### #####################################################################
## tst_qtconcurrentiteratekernel Test: ## tst_qtconcurrentiteratekernel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentmap.pro.
##################################################################### #####################################################################
## tst_qtconcurrentmap Test: ## tst_qtconcurrentmap Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentmedian.pro.
##################################################################### #####################################################################
## tst_qtconcurrentmedian Test: ## tst_qtconcurrentmedian Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentrun.pro.
##################################################################### #####################################################################
## tst_qtconcurrentrun Test: ## tst_qtconcurrentrun Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrenttask.pro.
##################################################################### #####################################################################
## tst_qtconcurrenttask Test: ## tst_qtconcurrenttask Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtconcurrentthreadengine.pro.
##################################################################### #####################################################################
## tst_qtconcurrentthreadengine Test: ## tst_qtconcurrentthreadengine Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from corelib.pro.
add_subdirectory(kernel) add_subdirectory(kernel)
if(NOT UIKIT) if(NOT UIKIT)
add_subdirectory(animation) add_subdirectory(animation)

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from animation.pro.
add_subdirectory(qabstractanimation) add_subdirectory(qabstractanimation)
add_subdirectory(qanimationgroup) add_subdirectory(qanimationgroup)
add_subdirectory(qparallelanimationgroup) add_subdirectory(qparallelanimationgroup)

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qabstractanimation.pro.
##################################################################### #####################################################################
## tst_qabstractanimation Test: ## tst_qabstractanimation Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qanimationgroup.pro.
##################################################################### #####################################################################
## tst_qanimationgroup Test: ## tst_qanimationgroup Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qparallelanimationgroup.pro.
##################################################################### #####################################################################
## tst_qparallelanimationgroup Test: ## tst_qparallelanimationgroup Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qpauseanimation.pro.
##################################################################### #####################################################################
## tst_qpauseanimation Test: ## tst_qpauseanimation Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qpropertyanimation.pro.
##################################################################### #####################################################################
## tst_qpropertyanimation Test: ## tst_qpropertyanimation Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qsequentialanimationgroup.pro.
##################################################################### #####################################################################
## tst_qsequentialanimationgroup Test: ## tst_qsequentialanimationgroup Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qvariantanimation.pro.
##################################################################### #####################################################################
## tst_qvariantanimation Test: ## tst_qvariantanimation Test:
##################################################################### #####################################################################

View File

@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from global.pro.
if(NOT INTEGRITY) if(NOT INTEGRITY)
add_subdirectory(qcompare) add_subdirectory(qcompare)
endif() endif()

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from q_func_info.pro.
##################################################################### #####################################################################
## tst_q_func_info Test: ## tst_q_func_info Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qcompare.pro.
##################################################################### #####################################################################
## tst_qcompare Test: ## tst_qcompare Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qfloat16.pro.
##################################################################### #####################################################################
## tst_qfloat16 Test: ## tst_qfloat16 Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qgetputenv.pro.
##################################################################### #####################################################################
## tst_qgetputenv Test: ## tst_qgetputenv Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qglobal.pro.
##################################################################### #####################################################################
## tst_qglobal Test: ## tst_qglobal Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qglobalstatic.pro.
##################################################################### #####################################################################
## tst_qglobalstatic Test: ## tst_qglobalstatic Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qhooks.pro.
##################################################################### #####################################################################
## tst_qhooks Test: ## tst_qhooks Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qkeycombination.pro.
##################################################################### #####################################################################
## tst_qkeycombination Test: ## tst_qkeycombination Test:
##################################################################### #####################################################################

View File

@ -1,10 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qlogging.pro.
# This file is almost completely custom written
# special case skip regeneration
qt_internal_add_executable(qlogging_helper qt_internal_add_executable(qlogging_helper
NO_INSTALL NO_INSTALL
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qnumeric.pro.
##################################################################### #####################################################################
## tst_qnumeric Test: ## tst_qnumeric Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qoperatingsystemversion.pro.
##################################################################### #####################################################################
## tst_qoperatingsystemversion Test: ## tst_qoperatingsystemversion Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qrandomgenerator.pro.
##################################################################### #####################################################################
## tst_qrandomgenerator Test: ## tst_qrandomgenerator Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtendian.pro.
##################################################################### #####################################################################
## tst_qtendian Test: ## tst_qtendian Test:
##################################################################### #####################################################################

View File

@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from io.pro.
# There is no mounted filesystem for IO testing on INTEGRITY yet. # There is no mounted filesystem for IO testing on INTEGRITY yet.
if(INTEGRITY) if(INTEGRITY)
return() return()
@ -46,7 +45,7 @@ endif()
if(QT_FEATURE_private_tests OR UNIX) if(QT_FEATURE_private_tests OR UNIX)
add_subdirectory(qfilesystementry) add_subdirectory(qfilesystementry)
endif() endif()
# QTBUG-88508 # special case # QTBUG-88508
if(QT_FEATURE_filesystemwatcher AND NOT ANDROID) if(QT_FEATURE_filesystemwatcher AND NOT ANDROID)
add_subdirectory(qfilesystemwatcher) add_subdirectory(qfilesystemwatcher)
endif() endif()

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from largefile.pro.
##################################################################### #####################################################################
## tst_largefile Test: ## tst_largefile Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qabstractfileengine.pro.
##################################################################### #####################################################################
## tst_qabstractfileengine Test: ## tst_qabstractfileengine Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qbuffer.pro.
##################################################################### #####################################################################
## tst_qbuffer Test: ## tst_qbuffer Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qdataurl.pro.
##################################################################### #####################################################################
## tst_qdataurl Test: ## tst_qdataurl Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qdebug.pro.
##################################################################### #####################################################################
## tst_qdebug Test: ## tst_qdebug Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qdir.pro.
##################################################################### #####################################################################
## tst_qdir Test: ## tst_qdir Test:
##################################################################### #####################################################################
@ -36,13 +34,9 @@ qt_internal_add_resource(tst_qdir "qdir"
${qdir_resource_files} ${qdir_resource_files}
) )
## Scopes: ## Scopes:
##################################################################### #####################################################################
#### Keys ignored in scope 2:.:.:qdir.pro:IOS:
# QMAKE_INFO_PLIST = "Info.plist"
qt_internal_extend_target(tst_qdir CONDITION CONFIG___contains___builtin_testdata qt_internal_extend_target(tst_qdir CONDITION CONFIG___contains___builtin_testdata
DEFINES DEFINES
BUILTIN_TESTDATA BUILTIN_TESTDATA

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qdir.pro.
##################################################################### #####################################################################
## qdir Binary: ## qdir Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qdiriterator.pro.
##################################################################### #####################################################################
## tst_qdiriterator Test: ## tst_qdiriterator Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from stdinprocess.pro.
##################################################################### #####################################################################
## stdinprocess_helper Binary: ## stdinprocess_helper Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qfileinfo.pro.
##################################################################### #####################################################################
## tst_qfileinfo Test: ## tst_qfileinfo Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qfileselector.pro.
##################################################################### #####################################################################
## tst_qfileselectors Test: ## tst_qfileselectors Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qfilesystementry.pro.
##################################################################### #####################################################################
## tst_qfilesystementry Test: ## tst_qfilesystementry Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qfilesystemmetadata.pro.
##################################################################### #####################################################################
## tst_qfilesystemmetadata Test: ## tst_qfilesystemmetadata Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qfilesystemwatcher.pro.
##################################################################### #####################################################################
## tst_qfilesystemwatcher Test: ## tst_qfilesystemwatcher Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qiodevice.pro.
##################################################################### #####################################################################
## tst_qiodevice Test: ## tst_qiodevice Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qipaddress.pro.
##################################################################### #####################################################################
## tst_qipaddress Test: ## tst_qipaddress Test:
##################################################################### #####################################################################

View File

@ -1,14 +1,12 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qlockfile_test_helper.pro.
##################################################################### #####################################################################
## qlockfile_test_helper Binary: ## qlockfile_test_helper Binary:
##################################################################### #####################################################################
qt_internal_add_test_helper(qlockfile_test_helper # special case qt_internal_add_test_helper(qlockfile_test_helper
OVERRIDE_OUTPUT_DIRECTORY # special case OVERRIDE_OUTPUT_DIRECTORY
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/" OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
SOURCES SOURCES
qlockfile_test_helper.cpp qlockfile_test_helper.cpp

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qloggingcategory.pro.
##################################################################### #####################################################################
## tst_qloggingcategory Test: ## tst_qloggingcategory Test:
##################################################################### #####################################################################
@ -13,6 +11,3 @@ qt_internal_add_test(tst_qloggingcategory
LIBRARIES LIBRARIES
Qt::CorePrivate Qt::CorePrivate
) )
#### Keys ignored in scope 1:.:.:qloggingcategory.pro:<TRUE>:
# TEMPLATE = "app"

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qloggingregistry.pro.
##################################################################### #####################################################################
## tst_qloggingregistry Test: ## tst_qloggingregistry Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qnodebug.pro.
##################################################################### #####################################################################
## tst_qnodebug Test: ## tst_qnodebug Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qprocess-noapplication.pro.
##################################################################### #####################################################################
## qprocess-noapplication Test: ## qprocess-noapplication Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from fileWriterProcess.pro.
##################################################################### #####################################################################
## fileWriterProcess Binary: ## fileWriterProcess Binary:
##################################################################### #####################################################################

View File

@ -42,6 +42,3 @@ endif()
if(WIN32) if(WIN32)
add_dependencies(tst_qprocess testProcessEchoGui testSetNamedPipeHandleState) add_dependencies(tst_qprocess testProcessEchoGui testSetNamedPipeHandleState)
endif() endif()
#### Keys ignored in scope 2:.:.:test.pro:WIN32:
# TESTDATA = "../testBatFiles/*"

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from testDetached.pro.
##################################################################### #####################################################################
## testDetached Binary: ## testDetached Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from testGuiProcess.pro.
##################################################################### #####################################################################
## testGuiProcess Binary: ## testGuiProcess Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from testSetWorkingDirectory.pro.
##################################################################### #####################################################################
## testSetWorkingDirectory Binary: ## testSetWorkingDirectory Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qprocessenvironment.pro.
##################################################################### #####################################################################
## tst_qprocessenvironment Test: ## tst_qprocessenvironment Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qsavefile.pro.
##################################################################### #####################################################################
## tst_qsavefile Test: ## tst_qsavefile Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qsettings.pro.
##################################################################### #####################################################################
## tst_qsettings Test: ## tst_qsettings Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qstandardpaths.pro.
##################################################################### #####################################################################
## tst_qstandardpaths Test: ## tst_qstandardpaths Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qstorageinfo.pro.
##################################################################### #####################################################################
## tst_qstorageinfo Test: ## tst_qstorageinfo Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtemporarydir.pro.
##################################################################### #####################################################################
## tst_qtemporarydir Test: ## tst_qtemporarydir Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtemporaryfile.pro.
##################################################################### #####################################################################
## tst_qtemporaryfile Test: ## tst_qtemporaryfile Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qurl.pro.
##################################################################### #####################################################################
## tst_qurl Test: ## tst_qurl Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qurlinternal.pro.
if(NOT QT_FEATURE_private_tests) if(NOT QT_FEATURE_private_tests)
return() return()
endif() endif()
@ -18,6 +16,3 @@ qt_internal_add_test(tst_qurlinternal
LIBRARIES LIBRARIES
Qt::CorePrivate Qt::CorePrivate
) )
#### Keys ignored in scope 1:.:.:qurlinternal.pro:<TRUE>:
# _REQUIREMENTS = "qtConfig(private_tests)"

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qurlquery.pro.
##################################################################### #####################################################################
## tst_qurlquery Test: ## tst_qurlquery Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from producerconsumer.pro.
##################################################################### #####################################################################
## producerconsumer_helper Binary: ## producerconsumer_helper Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from acquirerelease.pro.
##################################################################### #####################################################################
## acquirerelease_helper Binary: ## acquirerelease_helper Binary:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from itemmodels.pro.
add_subdirectory(qstringlistmodel) add_subdirectory(qstringlistmodel)
if(TARGET Qt::Gui) if(TARGET Qt::Gui)
add_subdirectory(qabstractitemmodel) add_subdirectory(qabstractitemmodel)

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qabstractitemmodel.pro.
##################################################################### #####################################################################
## tst_qabstractitemmodel Test: ## tst_qabstractitemmodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qabstractproxymodel.pro.
##################################################################### #####################################################################
## tst_qabstractproxymodel Test: ## tst_qabstractproxymodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qconcatenatetablesproxymodel.pro.
##################################################################### #####################################################################
## tst_qconcatenatetablesproxymodel Test: ## tst_qconcatenatetablesproxymodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qidentityproxymodel.pro.
##################################################################### #####################################################################
## tst_qidentityproxymodel Test: ## tst_qidentityproxymodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qitemmodel.pro.
##################################################################### #####################################################################
## tst_qitemmodel Test: ## tst_qitemmodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qitemselectionmodel.pro.
##################################################################### #####################################################################
## tst_qitemselectionmodel Test: ## tst_qitemselectionmodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qsortfilterproxymodel_recursive.pro.
##################################################################### #####################################################################
## tst_qsortfilterproxymodel_recursive Test: ## tst_qsortfilterproxymodel_recursive Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qstringlistmodel.pro.
##################################################################### #####################################################################
## tst_qstringlistmodel Test: ## tst_qstringlistmodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qtransposeproxymodel.pro.
##################################################################### #####################################################################
## tst_qtransposeproxymodel Test: ## tst_qtransposeproxymodel Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from kernel.pro.
add_subdirectory(qapplicationstatic) add_subdirectory(qapplicationstatic)
add_subdirectory(qcoreapplication) add_subdirectory(qcoreapplication)
add_subdirectory(qdeadlinetimer) add_subdirectory(qdeadlinetimer)
@ -18,7 +16,7 @@ add_subdirectory(qsignalblocker)
add_subdirectory(qsignalmapper) add_subdirectory(qsignalmapper)
add_subdirectory(qtimer) add_subdirectory(qtimer)
add_subdirectory(qtranslator) add_subdirectory(qtranslator)
# QTBUG-88135 # special case # QTBUG-88135
if(NOT ANDROID) if(NOT ANDROID)
add_subdirectory(qeventdispatcher) add_subdirectory(qeventdispatcher)
endif() endif()

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qcoreapplication.pro.
if(NOT QT_FEATURE_private_tests) if(NOT QT_FEATURE_private_tests)
return() return()
endif() endif()
@ -11,43 +9,25 @@ endif()
## tst_qcoreapplication Test: ## tst_qcoreapplication Test:
##################################################################### #####################################################################
# special case begin
if (WIN32) if (WIN32)
set(target_version "1.2.3.4") set(target_version "1.2.3.4")
else() else()
set(target_version "1.2.3") set(target_version "1.2.3")
endif() endif()
# special case end
qt_internal_add_test(tst_qcoreapplication qt_internal_add_test(tst_qcoreapplication
VERSION ${target_version} # special case VERSION ${target_version}
SOURCES SOURCES
tst_qcoreapplication.cpp tst_qcoreapplication.h tst_qcoreapplication.cpp tst_qcoreapplication.h
LIBRARIES LIBRARIES
Qt::CorePrivate Qt::CorePrivate
) )
# special case begin
if (APPLE) if (APPLE)
set_property(TARGET tst_qcoreapplication PROPERTY MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist") set_property(TARGET tst_qcoreapplication PROPERTY MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Info.plist")
set_property(TARGET tst_qcoreapplication PROPERTY PROPERTY MACOSX_BUNDLE TRUE) set_property(TARGET tst_qcoreapplication PROPERTY PROPERTY MACOSX_BUNDLE TRUE)
endif() endif()
# special case end
if (ANDROID) if (ANDROID)
set_property(TARGET tst_qcoreapplication PROPERTY QT_ANDROID_VERSION_NAME ${target_version}) set_property(TARGET tst_qcoreapplication PROPERTY QT_ANDROID_VERSION_NAME ${target_version})
endif() endif()
#### Keys ignored in scope 1:.:.:qcoreapplication.pro:<TRUE>:
# QMAKE_INFO_PLIST = "$$PWD/Info.plist"
# _REQUIREMENTS = "qtConfig(private_tests)"
## Scopes:
#####################################################################
#### Keys ignored in scope 2:.:.:qcoreapplication.pro:WIN32:
# VERSION = "1.2.3.4"
#### Keys ignored in scope 3:.:.:qcoreapplication.pro:else:
# VERSION = "1.2.3"

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qdeadlinetimer.pro.
##################################################################### #####################################################################
## tst_qdeadlinetimer Test: ## tst_qdeadlinetimer Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qelapsedtimer.pro.
##################################################################### #####################################################################
## tst_qelapsedtimer Test: ## tst_qelapsedtimer Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qeventdispatcher.pro.
##################################################################### #####################################################################
## tst_qeventdispatcher Test: ## tst_qeventdispatcher Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qeventloop.pro.
##################################################################### #####################################################################
## tst_qeventloop Test: ## tst_qeventloop Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmath.pro.
##################################################################### #####################################################################
## tst_qmath Test: ## tst_qmath Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmetacontainer.pro.
##################################################################### #####################################################################
## tst_qmetacontainer Test: ## tst_qmetacontainer Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmetaenum.pro.
##################################################################### #####################################################################
## tst_qmetaenum Test: ## tst_qmetaenum Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmetamethod.pro.
##################################################################### #####################################################################
## tst_qmetamethod Test: ## tst_qmetamethod Test:
##################################################################### #####################################################################

View File

@ -7,7 +7,6 @@ set(tst_qmetaobject_SOURCES
forwarddeclared.cpp forwarddeclared.cpp
) )
# Generated from qmetaobject.pro.
##################################################################### #####################################################################
## tst_qmetaobject Test: ## tst_qmetaobject Test:

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmetaobjectbuilder.pro.
##################################################################### #####################################################################
## tst_qmetaobjectbuilder Test: ## tst_qmetaobjectbuilder Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmetaproperty.pro.
##################################################################### #####################################################################
## tst_qmetaproperty Test: ## tst_qmetaproperty Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmetatype.pro.
##################################################################### #####################################################################
## tst_qmetatype Test: ## tst_qmetatype Test:
##################################################################### #####################################################################

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd. # Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
# Generated from qmimedata.pro.
##################################################################### #####################################################################
## tst_qmimedata Test: ## tst_qmimedata Test:
##################################################################### #####################################################################

Some files were not shown because too many files have changed in this diff Show More