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