summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/silent
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-02-13 23:27:47 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-02-13 23:29:51 +0100
commitc53ee1f054fee2d6092c5e24b5b6b131dbd0457b (patch)
treeffdc87c81c72b545602c7380bbde3f0ab5c499e0 /tests/auto/testlib/selftests/silent
parent60feaae1967aca5c7b1b0f6cb732962ddd1b2115 (diff)
parent0d177053b9406e2fb21802d23f2b2cdc0f974377 (diff)
Merge remote-tracking branch 'origin/wip/cmake' into dev
Conflicts: tests/manual/rhi/hellominimalcrossgfxtriangle/CMakeLists.txt Hopefully final merge from wip/cmake, and then all cmake changes should target dev directly. Change-Id: I29b04c9b0284e97334877c77a32ffdf887dbf95b
Diffstat (limited to 'tests/auto/testlib/selftests/silent')
-rw-r--r--tests/auto/testlib/selftests/silent/.prev_CMakeLists.txt4
-rw-r--r--tests/auto/testlib/selftests/silent/CMakeLists.txt4
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/auto/testlib/selftests/silent/.prev_CMakeLists.txt b/tests/auto/testlib/selftests/silent/.prev_CMakeLists.txt
index ec645eee97..ebe7d6e299 100644
--- a/tests/auto/testlib/selftests/silent/.prev_CMakeLists.txt
+++ b/tests/auto/testlib/selftests/silent/.prev_CMakeLists.txt
@@ -8,10 +8,8 @@ add_qt_executable(silent
GUI
SOURCES
tst_silent.cpp
- LIBRARIES
- Qt::TestPrivate
PUBLIC_LIBRARIES
- Qt::Test
+ Qt::TestPrivate
)
## Scopes:
diff --git a/tests/auto/testlib/selftests/silent/CMakeLists.txt b/tests/auto/testlib/selftests/silent/CMakeLists.txt
index f02e38b75d..23916b81e0 100644
--- a/tests/auto/testlib/selftests/silent/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/silent/CMakeLists.txt
@@ -10,10 +10,8 @@ add_qt_executable(silent
GUI
SOURCES
tst_silent.cpp
- LIBRARIES
- Qt::TestPrivate
PUBLIC_LIBRARIES
- Qt::Test
+ Qt::TestPrivate
)
## Scopes: