summaryrefslogtreecommitdiff
path: root/tests/auto/qsvgdevice/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qsvgdevice/CMakeLists.txt')
-rw-r--r--tests/auto/qsvgdevice/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qsvgdevice/CMakeLists.txt b/tests/auto/qsvgdevice/CMakeLists.txt
index 479bd17..bd39a40 100644
--- a/tests/auto/qsvgdevice/CMakeLists.txt
+++ b/tests/auto/qsvgdevice/CMakeLists.txt
@@ -7,9 +7,8 @@
qt_add_test(tst_qsvgdevice
SOURCES
tst_qsvgdevice.cpp
- LIBRARIES
- Qt::GuiPrivate
PUBLIC_LIBRARIES
Qt::Gui
+ Qt::GuiPrivate
Qt::Widgets
)