summaryrefslogtreecommitdiffstats
path: root/src/platformsupport/windowsuiautomation/windowsuiautomation.pro
blob: 28c26477f3c1dc07e5a60f05ffa22fe81ec7abd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TARGET = QtWindowsUIAutomationSupport
MODULE = windowsuiautomation_support

QT = core-private gui-private
CONFIG += static internal_module

HEADERS += \
    qwindowsuiawrapper_p.h \
    uiaattributeids.h \
    uiacontroltypeids.h \
    uiaerrorids.h \
    uiaeventids.h \
    uiageneralids.h \
    uiaserverinterfaces.h \
    uiaclientinterfaces.h \
    uiapatternids.h \
    uiapropertyids.h \
    uiatypes.h

SOURCES += \
    qwindowsuiawrapper.cpp

load(qt_module)