summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/other/qaccessibility/.prev_CMakeLists.txt')
-rw-r--r--tests/auto/other/qaccessibility/.prev_CMakeLists.txt10
1 files changed, 3 insertions, 7 deletions
diff --git a/tests/auto/other/qaccessibility/.prev_CMakeLists.txt b/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
index 85d938e100..8663e412c4 100644
--- a/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
+++ b/tests/auto/other/qaccessibility/.prev_CMakeLists.txt
@@ -12,14 +12,12 @@ add_qt_test(tst_qaccessibility
SOURCES
accessiblewidgets.h
tst_qaccessibility.cpp
- LIBRARIES
+ PUBLIC_LIBRARIES
Qt::CorePrivate
+ Qt::Gui
Qt::GuiPrivate
Qt::TestPrivate
Qt::WidgetsPrivate
- PUBLIC_LIBRARIES
- Qt::Gui
- Qt::Widgets
)
#### Keys ignored in scope 1:.:.:qaccessibility.pro:<TRUE>:
@@ -42,8 +40,6 @@ extend_target(tst_qaccessibility CONDITION WIN32
)
extend_target(tst_qaccessibility CONDITION WIN32 AND NOT WINRT
- LIBRARIES
- Qt::WindowsUIAutomationSupportPrivate
PUBLIC_LIBRARIES
- Qt::WindowsUIAutomationSupport
+ Qt::WindowsUIAutomationSupportPrivate
)