summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/input.pro
blob: 6169d3f7cdfe4ef2d282d6e3cbff2a13ca90009a (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
33
TEMPLATE = subdirs

qtConfig(private_tests) {
    SUBDIRS += \
        qaxis \
        qaction \
        qactioninput \
        qabstractaxisinput \
        qanalogaxisinput \
        qbuttonaxisinput \
        qkeyboardhandler \
        qlogicaldevice \
        axis \
        action \
        abstractaxisinput \
        actioninput \
        analogaxisinput \
        buttonaxisinput \
        keyboardhandler \
        qaxisaccumulator \
        inputsequence \
        inputchord \
        qabstractphysicaldevicebackendnode \
        logicaldevice \
        qabstractphysicaldeviceproxy \
        physicaldeviceproxy \
        loadproxydevicejob \
        qmousedevice \
        mousedevice \
        utils \
        axisaccumulator \
        axisaccumulatorjob
}