From 04f11f9935453a3db6bc5e5064a187fa25e85d90 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 8 Jan 2021 17:04:04 +0100 Subject: Remove .prev_CMakeLists.txt files Those serve no purpose anymore, now that the .pro files are gone. Task-number: QTBUG-88742 Change-Id: I39943327b8c9871785b58e9973e4e7602371793e Reviewed-by: Cristian Adam Reviewed-by: Edward Welbourne Reviewed-by: Kai Koehne --- tests/auto/corelib/thread/.prev_CMakeLists.txt | 27 ---------------------- .../corelib/thread/qfuture/.prev_CMakeLists.txt | 14 ----------- .../crashonexit/.prev_CMakeLists.txt | 15 ------------ 3 files changed, 56 deletions(-) delete mode 100644 tests/auto/corelib/thread/.prev_CMakeLists.txt delete mode 100644 tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt delete mode 100644 tests/auto/corelib/thread/qthreadstorage/crashonexit/.prev_CMakeLists.txt (limited to 'tests/auto/corelib/thread') diff --git a/tests/auto/corelib/thread/.prev_CMakeLists.txt b/tests/auto/corelib/thread/.prev_CMakeLists.txt deleted file mode 100644 index 15e7939445..0000000000 --- a/tests/auto/corelib/thread/.prev_CMakeLists.txt +++ /dev/null @@ -1,27 +0,0 @@ -# Generated from thread.pro. - -if(QT_FEATURE_thread) - add_subdirectory(qatomicint) - add_subdirectory(qatomicinteger) - add_subdirectory(qatomicpointer) - add_subdirectory(qresultstore) - add_subdirectory(qfuture) - add_subdirectory(qfuturesynchronizer) - add_subdirectory(qmutex) - add_subdirectory(qmutexlocker) - add_subdirectory(qreadlocker) - add_subdirectory(qreadwritelock) - add_subdirectory(qsemaphore) - add_subdirectory(qthread) - add_subdirectory(qthreadonce) - add_subdirectory(qthreadpool) - add_subdirectory(qwaitcondition) - add_subdirectory(qwritelocker) - add_subdirectory(qpromise) -endif() -if(QT_FEATURE_thread AND NOT ANDROID) - add_subdirectory(qthreadstorage) -endif() -if(TARGET Qt::Concurrent AND NOT ANDROID) - add_subdirectory(qfuturewatcher) -endif() diff --git a/tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt b/tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt deleted file mode 100644 index 8869f1ba84..0000000000 --- a/tests/auto/corelib/thread/qfuture/.prev_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -# Generated from qfuture.pro. - -##################################################################### -## tst_qfuture Test: -##################################################################### - -qt_internal_add_test(tst_qfuture - SOURCES - tst_qfuture.cpp - DEFINES - -QT_NO_JAVA_STYLE_ITERATORS - PUBLIC_LIBRARIES - Qt::CorePrivate -) diff --git a/tests/auto/corelib/thread/qthreadstorage/crashonexit/.prev_CMakeLists.txt b/tests/auto/corelib/thread/qthreadstorage/crashonexit/.prev_CMakeLists.txt deleted file mode 100644 index eaf743ab86..0000000000 --- a/tests/auto/corelib/thread/qthreadstorage/crashonexit/.prev_CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -# Generated from crashonexit.pro. - -##################################################################### -## crashonexit Binary: -##################################################################### - -qt_internal_add_executable(crashonexit - OUTPUT_DIRECTORY "${INSTALL_TESTSDIR}/tst_qthreadstorage/crashonexit" - INSTALL_DIRECTORY "${INSTALL_TESTSDIR}/tst_qthreadstorage/crashonexit" - SOURCES - crashOnExit.cpp -) - -## Scopes: -##################################################################### -- cgit v1.2.3