From 0ec6b3049b4e486a1781ca75fc1afad05f4427d1 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 30 Oct 2018 10:28:41 +0100 Subject: Add linuxaccessibility support Change-Id: I6766756e58cadf2d3f13331f4a453123ea575c6f Reviewed-by: Simon Hausmann --- src/plugins/platforms/xcb/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/platforms/xcb/CMakeLists.txt') diff --git a/src/plugins/platforms/xcb/CMakeLists.txt b/src/plugins/platforms/xcb/CMakeLists.txt index 90c924b4b1..fc7a6eb1bf 100644 --- a/src/plugins/platforms/xcb/CMakeLists.txt +++ b/src/plugins/platforms/xcb/CMakeLists.txt @@ -68,9 +68,9 @@ add_qt_module(XcbQpa ## Scopes: ##################################################################### -extend_target(XcbQpa CONDITION TARGET Qt::linuxaccessibility_support_private +extend_target(XcbQpa CONDITION TARGET Qt::LinuxAccessibilitySupportPrivate LIBRARIES - linuxaccessibility_supportPrivate + Qt::LinuxAccessibilitySupportPrivate ) extend_target(XcbQpa CONDITION QT_FEATURE_vulkan -- cgit v1.2.3