summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qresultstore/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qresultstore/CMakeLists.txt')
-rw-r--r--tests/auto/corelib/thread/qresultstore/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/qresultstore/CMakeLists.txt b/tests/auto/corelib/thread/qresultstore/CMakeLists.txt
index de295bc129..f630bdc43b 100644
--- a/tests/auto/corelib/thread/qresultstore/CMakeLists.txt
+++ b/tests/auto/corelib/thread/qresultstore/CMakeLists.txt
@@ -7,6 +7,6 @@
add_qt_test(tst_qresultstore
SOURCES
tst_qresultstore.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
)