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:
parent
5edb1bed3f
commit
97bfacf1e2
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentfilter.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentfilter Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentfiltermapgenerated.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentfiltermapgenerated Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentiteratekernel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentiteratekernel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentmap.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentmap Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentmedian.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentmedian Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentrun.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentrun Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrenttask.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrenttask Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtconcurrentthreadengine.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtconcurrentthreadengine Test:
|
||||
#####################################################################
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qabstractanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qabstractanimation Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qanimationgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qanimationgroup Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qparallelanimationgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qparallelanimationgroup Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qpauseanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpauseanimation Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qpropertyanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qpropertyanimation Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qsequentialanimationgroup.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsequentialanimationgroup Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qvariantanimation.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qvariantanimation Test:
|
||||
#####################################################################
|
||||
|
@ -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()
|
||||
|
@ -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:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qcompare.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qcompare Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qfloat16.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qfloat16 Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qgetputenv.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qgetputenv Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qglobal.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qglobal Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qglobalstatic.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qglobalstatic Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qhooks.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qhooks Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qkeycombination.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qkeycombination Test:
|
||||
#####################################################################
|
||||
|
@ -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}
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qnumeric.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qnumeric Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qoperatingsystemversion.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qoperatingsystemversion Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qrandomgenerator.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qrandomgenerator Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtendian.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtendian Test:
|
||||
#####################################################################
|
||||
|
@ -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()
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from largefile.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_largefile Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qabstractfileengine.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qabstractfileengine Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qbuffer.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qbuffer Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qdataurl.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qdataurl Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qdebug.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qdebug Test:
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qdir.pro.
|
||||
|
||||
#####################################################################
|
||||
## qdir Binary:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qdiriterator.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qdiriterator Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from stdinprocess.pro.
|
||||
|
||||
#####################################################################
|
||||
## stdinprocess_helper Binary:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qfileinfo.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qfileinfo Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qfileselector.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qfileselectors Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qfilesystementry.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qfilesystementry Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qfilesystemmetadata.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qfilesystemmetadata Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qfilesystemwatcher.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qfilesystemwatcher Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qiodevice.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qiodevice Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qipaddress.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qipaddress Test:
|
||||
#####################################################################
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qloggingregistry.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qloggingregistry Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qnodebug.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qnodebug Test:
|
||||
#####################################################################
|
||||
|
@ -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:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from fileWriterProcess.pro.
|
||||
|
||||
#####################################################################
|
||||
## fileWriterProcess Binary:
|
||||
#####################################################################
|
||||
|
@ -42,6 +42,3 @@ endif()
|
||||
if(WIN32)
|
||||
add_dependencies(tst_qprocess testProcessEchoGui testSetNamedPipeHandleState)
|
||||
endif()
|
||||
|
||||
#### Keys ignored in scope 2:.:.:test.pro:WIN32:
|
||||
# TESTDATA = "../testBatFiles/*"
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from testDetached.pro.
|
||||
|
||||
#####################################################################
|
||||
## testDetached Binary:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from testGuiProcess.pro.
|
||||
|
||||
#####################################################################
|
||||
## testGuiProcess Binary:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from testSetWorkingDirectory.pro.
|
||||
|
||||
#####################################################################
|
||||
## testSetWorkingDirectory Binary:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qprocessenvironment.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qprocessenvironment Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qsavefile.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsavefile Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qsettings.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qsettings Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qstandardpaths.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qstandardpaths Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qstorageinfo.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qstorageinfo Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtemporarydir.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtemporarydir Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtemporaryfile.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtemporaryfile Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qurl.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qurl Test:
|
||||
#####################################################################
|
||||
|
@ -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)"
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qurlquery.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qurlquery Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from producerconsumer.pro.
|
||||
|
||||
#####################################################################
|
||||
## producerconsumer_helper Binary:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from acquirerelease.pro.
|
||||
|
||||
#####################################################################
|
||||
## acquirerelease_helper Binary:
|
||||
#####################################################################
|
||||
|
@ -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)
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qabstractitemmodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qabstractitemmodel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qabstractproxymodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qabstractproxymodel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qconcatenatetablesproxymodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qconcatenatetablesproxymodel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qidentityproxymodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qidentityproxymodel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qitemmodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qitemmodel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qitemselectionmodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qitemselectionmodel Test:
|
||||
#####################################################################
|
||||
|
@ -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:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qstringlistmodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qstringlistmodel Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qtransposeproxymodel.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qtransposeproxymodel Test:
|
||||
#####################################################################
|
||||
|
@ -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()
|
||||
|
@ -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"
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qdeadlinetimer.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qdeadlinetimer Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qelapsedtimer.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qelapsedtimer Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qeventdispatcher.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qeventdispatcher Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qeventloop.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qeventloop Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmath.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmath Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmetacontainer.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetacontainer Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmetaenum.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetaenum Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmetamethod.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetamethod Test:
|
||||
#####################################################################
|
||||
|
@ -7,7 +7,6 @@ set(tst_qmetaobject_SOURCES
|
||||
forwarddeclared.cpp
|
||||
)
|
||||
|
||||
# Generated from qmetaobject.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetaobject Test:
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmetaobjectbuilder.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetaobjectbuilder Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmetaproperty.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetaproperty Test:
|
||||
#####################################################################
|
||||
|
@ -1,8 +1,6 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
# Generated from qmetatype.pro.
|
||||
|
||||
#####################################################################
|
||||
## tst_qmetatype Test:
|
||||
#####################################################################
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user