CMake: Regenerate platformsupport/linuxaccessibility
Use ATSPI with nolink! Change-Id: I334fa93364109ca04b4312d12ddcea34d9e9a103 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
5d374083b7
commit
3d452d7c3b
@ -1,3 +1,5 @@
|
|||||||
|
# Generated from linuxaccessibility.pro.
|
||||||
|
|
||||||
qt_find_package(ATSPI2 REQUIRED) # special case
|
qt_find_package(ATSPI2 REQUIRED) # special case
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -29,12 +31,16 @@ add_qt_module(LinuxAccessibilitySupport
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::AccessibilitySupportPrivate
|
Qt::AccessibilitySupportPrivate
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::DBus
|
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
PkgConfig::ATSPI2
|
PUBLIC_LIBRARIES
|
||||||
|
PkgConfig::ATSPI2_nolink
|
||||||
|
Qt::AccessibilitySupport
|
||||||
|
Qt::Core
|
||||||
|
Qt::DBus
|
||||||
|
Qt::Gui
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:linuxaccessibility.pro:<NONE>:
|
#### Keys ignored in scope 1:.:.:linuxaccessibility.pro:<TRUE>:
|
||||||
# CONFIG = "static" "internal_module"
|
# CONFIG = "static" "internal_module"
|
||||||
# MODULE = "linuxaccessibility_support"
|
# MODULE = "linuxaccessibility_support"
|
||||||
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user