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.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from tests.pro.
if(QT_BUILD_STANDALONE_TESTS)
# Add qt_find_package calls for extra dependencies that need to be found when building
# the standalone tests here.

View File

@ -1,7 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# special case begin
# Order by dependency [*], then alphabetic. [*] If bugs in part A of
# 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)
endif()
add_subdirectory(corelib)
# special case begin
if (TARGET Qt::Xml AND TARGET Qt::Sql AND TARGET Qt::Network)
add_subdirectory(cmake)
endif()
# special case end
# Limit set of tests to run for static Qt builds.
if(QT_BUILD_MINIMAL_STATIC_TESTS)
@ -109,5 +106,3 @@ if (TARGET Qt::Xml)
endif()
# add_subdirectory(installed_cmake) ## FIXME: Does this still make sense in this form?
add_subdirectory(other)
# special case end

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,10 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# 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
NO_INSTALL
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qdir.pro.
#####################################################################
## tst_qdir Test:
#####################################################################
@ -36,13 +34,9 @@ qt_internal_add_resource(tst_qdir "qdir"
${qdir_resource_files}
)
## 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
DEFINES
BUILTIN_TESTDATA

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qloggingcategory.pro.
#####################################################################
## tst_qloggingcategory Test:
#####################################################################
@ -13,6 +11,3 @@ qt_internal_add_test(tst_qloggingcategory
LIBRARIES
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.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qloggingregistry.pro.
#####################################################################
## tst_qloggingregistry Test:
#####################################################################

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qurlinternal.pro.
if(NOT QT_FEATURE_private_tests)
return()
endif()
@ -18,6 +16,3 @@ qt_internal_add_test(tst_qurlinternal
LIBRARIES
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.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qurlquery.pro.
#####################################################################
## tst_qurlquery Test:
#####################################################################

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,8 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qcoreapplication.pro.
if(NOT QT_FEATURE_private_tests)
return()
endif()
@ -11,43 +9,25 @@ endif()
## tst_qcoreapplication Test:
#####################################################################
# special case begin
if (WIN32)
set(target_version "1.2.3.4")
else()
set(target_version "1.2.3")
endif()
# special case end
qt_internal_add_test(tst_qcoreapplication
VERSION ${target_version} # special case
VERSION ${target_version}
SOURCES
tst_qcoreapplication.cpp tst_qcoreapplication.h
LIBRARIES
Qt::CorePrivate
)
# special case begin
if (APPLE)
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)
endif()
# special case end
if (ANDROID)
set_property(TARGET tst_qcoreapplication PROPERTY QT_ANDROID_VERSION_NAME ${target_version})
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.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qdeadlinetimer.pro.
#####################################################################
## tst_qdeadlinetimer Test:
#####################################################################

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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