summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt')
-rw-r--r--tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt b/tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt
index a99001425e..8852a31fa4 100644
--- a/tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt
+++ b/tests/auto/corelib/thread/qreadwritelock/CMakeLists.txt
@@ -9,4 +9,5 @@ qt_internal_add_test(tst_qreadwritelock
tst_qreadwritelock.cpp
PUBLIC_LIBRARIES
Qt::CorePrivate
+ Qt::TestPrivate
)