summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io')
-rw-r--r--tests/auto/corelib/io/.prev_CMakeLists.txt54
-rw-r--r--tests/auto/corelib/io/qfile/.prev_CMakeLists.txt87
-rw-r--r--tests/auto/corelib/io/qlockfile/qlockfiletesthelper/.prev_CMakeLists.txt11
-rw-r--r--tests/auto/corelib/io/qprocess/.prev_CMakeLists.txt27
-rw-r--r--tests/auto/corelib/io/qprocess/testExitCodes/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testForwardingHelper/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessCrash/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessDeadWhileReading/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEOF/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEcho/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEcho2/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEcho3/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt23
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessEnvironment/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessHang/.prev_CMakeLists.txt13
-rw-r--r--tests/auto/corelib/io/qprocess/testProcessSpacesArgs/.prev_CMakeLists.txt18
16 files changed, 0 insertions, 350 deletions
diff --git a/tests/auto/corelib/io/.prev_CMakeLists.txt b/tests/auto/corelib/io/.prev_CMakeLists.txt
deleted file mode 100644
index 1bb6227e42..0000000000
--- a/tests/auto/corelib/io/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-# Generated from io.pro.
-
-if(QT_FEATURE_private_tests)
- add_subdirectory(qabstractfileengine)
- add_subdirectory(qfileinfo)
- add_subdirectory(qipaddress)
- add_subdirectory(qloggingregistry)
- add_subdirectory(qurlinternal)
-endif()
-add_subdirectory(qbuffer)
-add_subdirectory(qdataurl)
-add_subdirectory(qdiriterator)
-add_subdirectory(qfile)
-add_subdirectory(largefile)
-add_subdirectory(qfileselector)
-add_subdirectory(qfilesystemmetadata)
-add_subdirectory(qloggingcategory)
-add_subdirectory(qnodebug)
-add_subdirectory(qsavefile)
-add_subdirectory(qstandardpaths)
-add_subdirectory(qstorageinfo)
-add_subdirectory(qtemporarydir)
-add_subdirectory(qtemporaryfile)
-add_subdirectory(qurlquery)
-if(TARGET Qt::Concurrent)
- add_subdirectory(qdebug)
- add_subdirectory(qlockfile)
- add_subdirectory(qurl)
-endif()
-if(NOT ANDROID)
- add_subdirectory(qdir)
- add_subdirectory(qresourceengine)
-endif()
-if(QT_FEATURE_private_tests OR UNIX)
- add_subdirectory(qfilesystementry)
-endif()
-if(QT_FEATURE_filesystemwatcher AND NOT ANDROID)
- add_subdirectory(qfilesystemwatcher)
-endif()
-if(TARGET Qt::Network)
- add_subdirectory(qiodevice)
-endif()
-if(QT_FEATURE_process AND TARGET Qt::Network AND NOT ANDROID)
- add_subdirectory(qprocess)
-endif()
-if(QT_FEATURE_process)
- add_subdirectory(qprocess-noapplication)
-endif()
-if(QT_FEATURE_processenvironment)
- add_subdirectory(qprocessenvironment)
-endif()
-if(QT_FEATURE_settings AND TARGET Qt::Gui)
- add_subdirectory(qsettings)
-endif()
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)
diff --git a/tests/auto/corelib/io/qlockfile/qlockfiletesthelper/.prev_CMakeLists.txt b/tests/auto/corelib/io/qlockfile/qlockfiletesthelper/.prev_CMakeLists.txt
deleted file mode 100644
index 6526d690f9..0000000000
--- a/tests/auto/corelib/io/qlockfile/qlockfiletesthelper/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-# Generated from qlockfile_test_helper.pro.
-
-#####################################################################
-## qlockfile_test_helper Binary:
-#####################################################################
-
-qt_internal_add_executable(qlockfile_test_helper
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- qlockfile_test_helper.cpp
-)
diff --git a/tests/auto/corelib/io/qprocess/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/.prev_CMakeLists.txt
deleted file mode 100644
index a443c45ebc..0000000000
--- a/tests/auto/corelib/io/qprocess/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-# Generated from qprocess.pro.
-
-add_subdirectory(testProcessCrash)
-add_subdirectory(testProcessEcho)
-add_subdirectory(testProcessEcho2)
-add_subdirectory(testProcessEcho3)
-add_subdirectory(testProcessEnvironment)
-add_subdirectory(testProcessHang)
-add_subdirectory(testProcessNormal)
-add_subdirectory(testProcessOutput)
-add_subdirectory(testProcessDeadWhileReading)
-add_subdirectory(testProcessEOF)
-add_subdirectory(testExitCodes)
-add_subdirectory(testForwarding)
-add_subdirectory(testForwardingHelper)
-add_subdirectory(testGuiProcess)
-add_subdirectory(testDetached)
-add_subdirectory(fileWriterProcess)
-add_subdirectory(testSetWorkingDirectory)
-add_subdirectory(testSoftExit)
-add_subdirectory(testProcessSpacesArgs)
-add_subdirectory(testSpaceInName)
-add_subdirectory(test)
-if(WIN32)
- add_subdirectory(testProcessEchoGui)
- add_subdirectory(testSetNamedPipeHandleState)
-endif()
diff --git a/tests/auto/corelib/io/qprocess/testExitCodes/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testExitCodes/.prev_CMakeLists.txt
deleted file mode 100644
index 26973bfc2d..0000000000
--- a/tests/auto/corelib/io/qprocess/testExitCodes/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testExitCodes.pro.
-
-#####################################################################
-## testExitCodes Binary:
-#####################################################################
-
-qt_internal_add_executable(testExitCodes
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testForwardingHelper/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testForwardingHelper/.prev_CMakeLists.txt
deleted file mode 100644
index 3fd1385f71..0000000000
--- a/tests/auto/corelib/io/qprocess/testForwardingHelper/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testForwardingHelper.pro.
-
-#####################################################################
-## testForwardingHelper Binary:
-#####################################################################
-
-qt_internal_add_executable(testForwardingHelper
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessCrash/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessCrash/.prev_CMakeLists.txt
deleted file mode 100644
index c40b850a56..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessCrash/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessCrash.pro.
-
-#####################################################################
-## testProcessCrash Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessCrash
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessDeadWhileReading/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessDeadWhileReading/.prev_CMakeLists.txt
deleted file mode 100644
index 9416580e04..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessDeadWhileReading/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessDeadWhileReading.pro.
-
-#####################################################################
-## testProcessDeadWhileReading Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessDeadWhileReading
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessEOF/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEOF/.prev_CMakeLists.txt
deleted file mode 100644
index b4f2679976..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessEOF/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessEOF.pro.
-
-#####################################################################
-## testProcessEOF Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessEOF
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessEcho/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEcho/.prev_CMakeLists.txt
deleted file mode 100644
index c739335d04..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessEcho/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessEcho.pro.
-
-#####################################################################
-## testProcessEcho Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessEcho
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessEcho2/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEcho2/.prev_CMakeLists.txt
deleted file mode 100644
index b861f2619c..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessEcho2/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessEcho2.pro.
-
-#####################################################################
-## testProcessEcho2 Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessEcho2
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessEcho3/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEcho3/.prev_CMakeLists.txt
deleted file mode 100644
index 40e992a947..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessEcho3/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessEcho3.pro.
-
-#####################################################################
-## testProcessEcho3 Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessEcho3
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt
deleted file mode 100644
index 2c482b2cf8..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessEchoGui/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-# Generated from testProcessEchoGui.pro.
-
-#####################################################################
-## testProcessEchoGui Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessEchoGui
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- DEFINES
- QT_DISABLE_DEPRECATED_BEFORE=0
- PUBLIC_LIBRARIES
- Qt::Gui
-)
-
-## Scopes:
-#####################################################################
-
-qt_internal_extend_target(testProcessEchoGui CONDITION WIN32
- SOURCES
- main_win.cpp
- PUBLIC_LIBRARIES
- user32
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessEnvironment/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessEnvironment/.prev_CMakeLists.txt
deleted file mode 100644
index 6a0546b1aa..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessEnvironment/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessEnvironment.pro.
-
-#####################################################################
-## testProcessEnvironment Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessEnvironment
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessHang/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessHang/.prev_CMakeLists.txt
deleted file mode 100644
index 63989dd8e0..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessHang/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# Generated from testProcessHang.pro.
-
-#####################################################################
-## testProcessHang Binary:
-#####################################################################
-
-qt_internal_add_executable(testProcessHang
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::Gui
-)
diff --git a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/.prev_CMakeLists.txt b/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/.prev_CMakeLists.txt
deleted file mode 100644
index 5d5a049012..0000000000
--- a/tests/auto/corelib/io/qprocess/testProcessSpacesArgs/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated from nospace.pro.
-
-#####################################################################
-## nospace Binary:
-#####################################################################
-
-qt_internal_add_executable(nospace
- OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
- SOURCES
- main.cpp
- DEFINES
- QT_DISABLE_DEPRECATED_BEFORE=0
- PUBLIC_LIBRARIES
- Qt::Gui
-)
-
-#### Keys ignored in scope 1:.:.:nospace.pro:<TRUE>:
-# OBJECTS_DIR = "$${OBJECTS_DIR}-nospace"