summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui')
-rw-r--r--tests/auto/gui/kernel/qguiapplication/CMakeLists.txt1
-rw-r--r--tests/auto/gui/kernel/qguitimer/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/gui/kernel/qguiapplication/CMakeLists.txt b/tests/auto/gui/kernel/qguiapplication/CMakeLists.txt
index a98123aa64..d7219585a5 100644
--- a/tests/auto/gui/kernel/qguiapplication/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qguiapplication/CMakeLists.txt
@@ -28,7 +28,6 @@ qt_add_test(tst_qguiapplication
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::GuiPrivate
- Threads::Threads # special case
)
# Resources:
diff --git a/tests/auto/gui/kernel/qguitimer/CMakeLists.txt b/tests/auto/gui/kernel/qguitimer/CMakeLists.txt
index 52be3ed547..8c2ec60bdf 100644
--- a/tests/auto/gui/kernel/qguitimer/CMakeLists.txt
+++ b/tests/auto/gui/kernel/qguitimer/CMakeLists.txt
@@ -10,5 +10,4 @@ qt_add_test(tst_qguitimer
PUBLIC_LIBRARIES
Qt::CorePrivate
Qt::Gui
- Threads::Threads # special case
)