summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/windowsuiautomation/CMakeLists.txt
blob: e4e0eed64a3188f272e1ae4c9957e0d21a29c947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Generated from windowsuiautomation.pro.

#####################################################################
## WindowsUIAutomationSupport Module:
#####################################################################

add_qt_module(WindowsUIAutomationSupport
    STATIC
    SOURCES
        qwindowsuiawrapper.cpp qwindowsuiawrapper_p.h
        uiaattributeids_p.h
        uiaclientinterfaces_p.h
        uiacontroltypeids_p.h
        uiaerrorids_p.h
        uiaeventids_p.h
        uiageneralids_p.h
        uiapatternids_p.h
        uiapropertyids_p.h
        uiaserverinterfaces_p.h
        uiatypes_p.h
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
)

#### Keys ignored in scope 1:.:.:windowsuiautomation.pro:<TRUE>:
# CONFIG = "static" "internal_module"
# MODULE = "windowsuiautomation_support"
# _LOADED = "qt_module"