summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-07-28 09:55:37 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-07-28 20:41:12 +0200
commitc3b2fb5f30601f89999f5955fc5b2b30c07607bf (patch)
treee0bb9f492ff8592f5cc444b49ceeab2c10148108 /tests/auto/widgets
parent9029f13d41a95f430d114744e0b4e4cab6793179 (diff)
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Change-Id: I31bd3dd7d7be0f32b999b3874cc996815758c146 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'tests/auto/widgets')
-rw-r--r--tests/auto/widgets/printing/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/widgets/printing/CMakeLists.txt b/tests/auto/widgets/printing/CMakeLists.txt
index 1302edadb..65ca1ec87 100644
--- a/tests/auto/widgets/printing/CMakeLists.txt
+++ b/tests/auto/widgets/printing/CMakeLists.txt
@@ -11,10 +11,9 @@ endif()
qt_internal_add_test(tst_printing
SOURCES
tst_printing.cpp
- PUBLIC_LIBRARIES
- Qt::WebEngineWidgets
LIBRARIES
Qt::CorePrivate
+ Qt::WebEngineWidgets
Qt::WebEngineCorePrivate
Test::Util
)