summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-01-08 17:04:04 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-01-12 20:59:13 +0100
commit04f11f9935453a3db6bc5e5064a187fa25e85d90 (patch)
tree7a4b6724e247811195e5c98f98e978483abe29ee /tests/auto/corelib/io/qfile
parentbb00b63dee85bfe77bd721dd962c768e62c1b1e3 (diff)
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 <cristian.adam@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'tests/auto/corelib/io/qfile')
-rw-r--r--tests/auto/corelib/io/qfile/.prev_CMakeLists.txt87
1 files changed, 0 insertions, 87 deletions
diff --git a/tests/auto/corelib/io/qfile/.prev_CMakeLists.txt b/tests/auto/corelib/io/qfile/.prev_CMakeLists.txt
deleted file mode 100644
index e32930f55a..0000000000
--- a/tests/auto/corelib/io/qfile/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,87 +0,0 @@
-# Generated from qfile.pro.
-
-#####################################################################
-## tst_qfile Test:
-#####################################################################
-
-# Collect test data
-list(APPEND test_data "BLACKLIST")
-list(APPEND test_data "dosfile.txt")
-list(APPEND test_data "noendofline.txt")
-list(APPEND test_data "testfile.txt")
-list(APPEND test_data "testlog.txt")
-list(APPEND test_data "two.dots.file")
-list(APPEND test_data "tst_qfile.cpp")
-list(APPEND test_data "Makefile")
-list(APPEND test_data "forCopying.txt")
-list(APPEND test_data "forRenaming.txt")
-list(APPEND test_data "resources/file1.ext1")
-
-qt_internal_add_test(tst_qfile
- SOURCES
- ../../../../shared/emulationdetector.h
- tst_qfile.cpp
- INCLUDE_DIRECTORIES
- ../../../../shared
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- TESTDATA ${test_data}
-)
-
-# Resources:
-set(qfile_resource_files
- "resources/"
-)
-
-qt_internal_add_resource(tst_qfile "qfile"
- PREFIX
- "/tst_qfileinfo/"
- FILES
- ${qfile_resource_files}
-)
-set(rename-fallback_resource_files
- "rename-fallback.qrc"
-)
-
-qt_internal_add_resource(tst_qfile "rename-fallback"
- PREFIX
- "/"
- FILES
- ${rename-fallback_resource_files}
-)
-set(copy-fallback_resource_files
- "copy-fallback.qrc"
-)
-
-qt_internal_add_resource(tst_qfile "copy-fallback"
- PREFIX
- "/"
- FILES
- ${copy-fallback_resource_files}
-)
-
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(tst_qfile CONDITION TARGET Qt::Network
- PUBLIC_LIBRARIES
- Qt::Network
-)
-
-qt_internal_extend_target(tst_qfile CONDITION NOT TARGET Qt::Network
- DEFINES
- QT_NO_NETWORK
-)
-
-qt_internal_extend_target(tst_qfile CONDITION CONFIG___contains___builtin_testdata
- DEFINES
- BUILTIN_TESTDATA
-)
-
-qt_internal_extend_target(tst_qfile CONDITION WIN32
- PUBLIC_LIBRARIES
- ole32
- uuid
-)
-add_subdirectory(stdinprocess)