CMake: Re-generate platformsupport/linuxaccessibility
Change-Id: I1737fbfbdb3a139a9296cc0b446014b3aaa583a1 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>
This commit is contained in:
parent
71125665cf
commit
feeae8e27f
@ -1,4 +1,8 @@
|
|||||||
find_package(ATSPI2 REQUIRED)
|
find_package(ATSPI2 REQUIRED) # special case
|
||||||
|
|
||||||
|
#####################################################################
|
||||||
|
## LinuxAccessibilitySupport Module:
|
||||||
|
#####################################################################
|
||||||
|
|
||||||
add_qt_module(LinuxAccessibilitySupport
|
add_qt_module(LinuxAccessibilitySupport
|
||||||
STATIC
|
STATIC
|
||||||
@ -10,6 +14,16 @@ add_qt_module(LinuxAccessibilitySupport
|
|||||||
constant_mappings.cpp constant_mappings_p.h
|
constant_mappings.cpp constant_mappings_p.h
|
||||||
dbusconnection.cpp dbusconnection_p.h
|
dbusconnection.cpp dbusconnection_p.h
|
||||||
struct_marshallers.cpp struct_marshallers_p.h
|
struct_marshallers.cpp struct_marshallers_p.h
|
||||||
|
DBUS_ADAPTOR_SOURCES
|
||||||
|
dbusxml/Cache.xml
|
||||||
|
dbusxml/DeviceEventController.xml
|
||||||
|
DBUS_ADAPTOR_FLAGS
|
||||||
|
"-i" "struct_marshallers_p.h"
|
||||||
|
DBUS_INTERFACE_SOURCES
|
||||||
|
dbusxml/Bus.xml
|
||||||
|
dbusxml/Socket.xml
|
||||||
|
DBUS_INTERFACE_FLAGS
|
||||||
|
"-i" "struct_marshallers_p.h"
|
||||||
DEFINES
|
DEFINES
|
||||||
QT_NO_CAST_FROM_ASCII
|
QT_NO_CAST_FROM_ASCII
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
@ -18,9 +32,10 @@ add_qt_module(LinuxAccessibilitySupport
|
|||||||
Qt::DBus
|
Qt::DBus
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
PkgConfig::ATSPI2
|
PkgConfig::ATSPI2
|
||||||
DBUS_ADAPTOR_SOURCES dbusxml/Cache.xml dbusxml/DeviceEventController.xml
|
|
||||||
DBUS_ADAPTOR_FLAGS -i struct_marshallers_p.h
|
|
||||||
DBUS_INTERFACE_SOURCES dbusxml/Socket.xml dbusxml/Bus.xml
|
|
||||||
DBUS_INTERFACE_FLAGS -i struct_marshallers_p.h
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
#### Keys ignored in scope 1:.:linuxaccessibility.pro:<NONE>:
|
||||||
|
# CONFIG = "static" "internal_module"
|
||||||
|
# MODULE = "linuxaccessibility_support"
|
||||||
|
# PRECOMPILED_HEADER = "../../corelib/global/qt_pch.h"
|
||||||
|
# _LOADED = "qt_module"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user