summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 13:37:20 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 13:36:09 +0000
commit5c28fce38ecd9dc056e18ad124aba670f792c97e (patch)
tree7b033061fc919c75d9deeb89d9dda9027deee7c5 /tests/auto
parent71c43b035b24269a36d09ef77b1f3f139406fbfc (diff)
Regenerate qtbase tests and src/* for some small fixes
Change-Id: I049829492971875a5c5ff159104707d9e2ad1e46 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/gui/kernel/qclipboard/copier/CMakeLists.txt1
-rw-r--r--tests/auto/gui/kernel/qclipboard/paster/CMakeLists.txt1
-rw-r--r--tests/auto/network/socket/qtcpserver/crashingServer/CMakeLists.txt1
-rw-r--r--tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt1
-rw-r--r--tests/auto/widgets/kernel/qapplication/desktopsettingsaware/CMakeLists.txt1
-rw-r--r--tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt1
-rw-r--r--tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt1
7 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/gui/kernel/qclipboard/copier/CMakeLists.txt b/tests/auto/gui/kernel/qclipboard/copier/CMakeLists.txt
index 60d2952257..30990c1387 100644
--- a/tests/auto/gui/kernel/qclipboard/copier/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qclipboard/copier/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(copier
- GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/gui/kernel/qclipboard/paster/CMakeLists.txt b/tests/auto/gui/kernel/qclipboard/paster/CMakeLists.txt
index b47ba74d7c..2c90c1530f 100644
--- a/tests/auto/gui/kernel/qclipboard/paster/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qclipboard/paster/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(paster
- GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/network/socket/qtcpserver/crashingServer/CMakeLists.txt b/tests/auto/network/socket/qtcpserver/crashingServer/CMakeLists.txt
index aaceafbff3..ad291f2ad8 100644
--- a/tests/auto/network/socket/qtcpserver/crashingServer/CMakeLists.txt
+++ b/tests/auto/network/socket/qtcpserver/crashingServer/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(crashingServer
- GUI
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
SOURCES
main.cpp
diff --git a/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt
index ed727a43fa..df5f5f4e6c 100644
--- a/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/.prev_CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(desktopsettingsaware
- GUI
SOURCES
main.cpp
PUBLIC_LIBRARIES
diff --git a/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/CMakeLists.txt
index 3cde934dde..98a38da7c0 100644
--- a/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qapplication/desktopsettingsaware/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(desktopsettingsaware_helper # special case
- GUI
SOURCES
main.cpp
OUTPUT_DIRECTORY # special case
diff --git a/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
index b88b028343..fc990e790e 100644
--- a/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qapplication/modal/.prev_CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(modal
- GUI
SOURCES
base.cpp base.h
main.cpp
diff --git a/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt b/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt
index e749d74975..c598ca600a 100644
--- a/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt
+++ b/tests/auto/widgets/kernel/qapplication/modal/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
add_qt_executable(modal_helper # special case
- GUI
SOURCES
base.cpp base.h
main.cpp