summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-03 18:27:22 +0100
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-04 11:22:38 +0100
commit9afb3506b344d5139284e49235d64215b48cee31 (patch)
treeff45d8df88eb1fcc56fad3370abef98b78ecb05c /tests/auto/tools
parent710886fbdd993c3a618ea8bc8b59fbb3e18cfbf0 (diff)
tst_qmakelib: link to QtCore's private API
Just like it was done in the .pro file. Pick-to: 6.0 Change-Id: I7def52127f4bab6f0ef490ac7eee2de2da479352 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'tests/auto/tools')
-rw-r--r--tests/auto/tools/qmakelib/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/tools/qmakelib/CMakeLists.txt b/tests/auto/tools/qmakelib/CMakeLists.txt
index 8d0f8d7026..55023c0242 100644
--- a/tests/auto/tools/qmakelib/CMakeLists.txt
+++ b/tests/auto/tools/qmakelib/CMakeLists.txt
@@ -24,6 +24,8 @@ qt_internal_add_test(tst_qmakelib
QT_USE_QSTRINGBUILDER
INCLUDE_DIRECTORIES
../../../../qmake/library
+ PUBLIC_LIBRARIES
+ Qt::CorePrivate
)
## Scopes: