summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt')
-rw-r--r--tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt b/tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt
index b977c2ba3e..cdcc87a294 100644
--- a/tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt
+++ b/tests/auto/testlib/selftests/skipcleanup/CMakeLists.txt
@@ -7,7 +7,7 @@ qt_internal_add_executable(skipcleanup
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
SOURCES
tst_skipcleanup.cpp
- PUBLIC_LIBRARIES
+ LIBRARIES
Qt::Test
)