summaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/.prev_CMakeLists.txt67
-rw-r--r--tests/manual/qnetconmonitor/.prev_CMakeLists.txt16
-rw-r--r--tests/manual/qnetworkreply/.prev_CMakeLists.txt18
-rw-r--r--tests/manual/qopengltextureblitter/.prev_CMakeLists.txt20
-rw-r--r--tests/manual/qtabletevent/.prev_CMakeLists.txt5
-rw-r--r--tests/manual/socketengine/.prev_CMakeLists.txt17
-rw-r--r--tests/manual/widgets/kernel/.prev_CMakeLists.txt6
7 files changed, 0 insertions, 149 deletions
diff --git a/tests/manual/.prev_CMakeLists.txt b/tests/manual/.prev_CMakeLists.txt
deleted file mode 100644
index 2c476f4688..0000000000
--- a/tests/manual/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,67 +0,0 @@
-# Generated from manual.pro.
-
-add_subdirectory(filetest)
-add_subdirectory(embeddedintoforeignwindow)
-add_subdirectory(foreignwindows)
-add_subdirectory(gestures)
-add_subdirectory(highdpi)
-add_subdirectory(inputmethodhints)
-add_subdirectory(keypadnavigation)
-add_subdirectory(lance)
-add_subdirectory(qcursor)
-add_subdirectory(qdesktopservices)
-add_subdirectory(qgraphicsitem)
-add_subdirectory(qgraphicsitemgroup)
-add_subdirectory(qgraphicslayout/flicker)
-add_subdirectory(qhttpnetworkconnection)
-add_subdirectory(qimagereader)
-add_subdirectory(qlayout)
-add_subdirectory(qlocale)
-add_subdirectory(qmimedatabase)
-add_subdirectory(qnetconmonitor)
-add_subdirectory(qnetworkaccessmanager/qget)
-add_subdirectory(qnetworkreply)
-add_subdirectory(qstorageinfo)
-add_subdirectory(qscreen)
-add_subdirectory(qsslsocket)
-add_subdirectory(qsysinfo)
-add_subdirectory(qtabletevent)
-add_subdirectory(qtexteditlist)
-add_subdirectory(qtexttableborders)
-add_subdirectory(qtbug-8933)
-add_subdirectory(qtbug-52641)
-add_subdirectory(qtouchevent)
-add_subdirectory(touch)
-add_subdirectory(qwidget_zorder)
-add_subdirectory(repaint)
-add_subdirectory(socketengine)
-add_subdirectory(textrendering)
-add_subdirectory(widgets)
-add_subdirectory(windowflags)
-add_subdirectory(windowgeometry)
-add_subdirectory(windowmodality)
-add_subdirectory(widgetgrab)
-add_subdirectory(xembed-raster)
-add_subdirectory(xembed-widgets)
-add_subdirectory(shortcuts)
-add_subdirectory(dialogs)
-add_subdirectory(windowtransparency)
-add_subdirectory(unc)
-add_subdirectory(qtabbar)
-add_subdirectory(rhi)
-if(UNIX)
- add_subdirectory(network_remote_stresstest)
- add_subdirectory(network_stresstest)
-endif()
-if(QT_FEATURE_openssl)
- add_subdirectory(qssloptions)
-endif()
-if(QT_FEATURE_opengl)
- add_subdirectory(qopengltextureblitter)
-endif()
-if(QT_FEATURE_egl AND QT_FEATURE_opengl)
- add_subdirectory(qopenglcontext)
-endif()
-if(QT_FEATURE_vulkan)
- add_subdirectory(qvulkaninstance)
-endif()
diff --git a/tests/manual/qnetconmonitor/.prev_CMakeLists.txt b/tests/manual/qnetconmonitor/.prev_CMakeLists.txt
deleted file mode 100644
index 71d18e8f6b..0000000000
--- a/tests/manual/qnetconmonitor/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,16 +0,0 @@
-# Generated from qnetconmonitor.pro.
-
-#####################################################################
-## qnetconmonitor Binary:
-#####################################################################
-
-qt_internal_add_manual_test(qnetconmonitor
- SOURCES
- tst_qnetconmonitor.cpp
- PUBLIC_LIBRARIES
- Qt::NetworkPrivate
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:qnetconmonitor.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/qnetworkreply/.prev_CMakeLists.txt b/tests/manual/qnetworkreply/.prev_CMakeLists.txt
deleted file mode 100644
index 052f8e4b58..0000000000
--- a/tests/manual/qnetworkreply/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# Generated from qnetworkreply.pro.
-
-#####################################################################
-## tst_manual_qnetworkreply Binary:
-#####################################################################
-
-qt_internal_add_manual_test(tst_manual_qnetworkreply
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::Network
- Qt::NetworkPrivate
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:qnetworkreply.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/qopengltextureblitter/.prev_CMakeLists.txt b/tests/manual/qopengltextureblitter/.prev_CMakeLists.txt
deleted file mode 100644
index b79130458d..0000000000
--- a/tests/manual/qopengltextureblitter/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# Generated from qopengltextureblitter.pro.
-
-#####################################################################
-## qopengltextureblitter Binary:
-#####################################################################
-
-qt_internal_add_manual_test(qopengltextureblitter
- GUI
- SOURCES
- main.cpp
- qopengltextureblitwindow.cpp qopengltextureblitwindow.h
- INCLUDE_DIRECTORIES
- .
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::GuiPrivate
-)
-
-#### Keys ignored in scope 1:.:.:qopengltextureblitter.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/qtabletevent/.prev_CMakeLists.txt b/tests/manual/qtabletevent/.prev_CMakeLists.txt
deleted file mode 100644
index 06a0bab2d8..0000000000
--- a/tests/manual/qtabletevent/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-# Generated from qtabletevent.pro.
-
-add_subdirectory(device_information)
-add_subdirectory(event_compression)
-add_subdirectory(regular_widgets)
diff --git a/tests/manual/socketengine/.prev_CMakeLists.txt b/tests/manual/socketengine/.prev_CMakeLists.txt
deleted file mode 100644
index 10f9c5e938..0000000000
--- a/tests/manual/socketengine/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Generated from socketengine.pro.
-
-#####################################################################
-## tst_socketengine Binary:
-#####################################################################
-
-qt_internal_add_manual_test(tst_socketengine
- SOURCES
- main.cpp
- PUBLIC_LIBRARIES
- Qt::CorePrivate
- Qt::NetworkPrivate
- Qt::Test
-)
-
-#### Keys ignored in scope 1:.:.:socketengine.pro:<TRUE>:
-# TEMPLATE = "app"
diff --git a/tests/manual/widgets/kernel/.prev_CMakeLists.txt b/tests/manual/widgets/kernel/.prev_CMakeLists.txt
deleted file mode 100644
index 51ee0b63c6..0000000000
--- a/tests/manual/widgets/kernel/.prev_CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-# Generated from kernel.pro.
-
-add_subdirectory(qtooltip)
-add_subdirectory(sizeonhide)
-add_subdirectory(layoutreplace)
-add_subdirectory(setscreen)