summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-03 11:45:49 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-09-05 18:29:10 +0200
commitbf3500a631ce60fce42e25a291e095d728b6fe32 (patch)
tree3c75e7673df7563a7e802338fdec63dae227e96a /tests/auto/testlib
parenta610aeec0e2a08e3a7519406df20efc8157a8689 (diff)
Fix cmake warnings from using deprecated PUBLIC_LIBRARIES
Pick-to: 6.4 Change-Id: I8d4f0d9e98edc4e06dda9f58e62197572b4cbdbc Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/testlib')
-rw-r--r--tests/auto/testlib/selftests/eventloop/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/eventloop/CMakeLists.txt b/tests/auto/testlib/selftests/eventloop/CMakeLists.txt
index f1fa9a788c..94636d40f8 100644
--- a/tests/auto/testlib/selftests/eventloop/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/eventloop/CMakeLists.txt
@@ -7,7 +7,7 @@ qt_internal_add_executable(eventloop
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
SOURCES
tst_eventloop.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Test
)