summaryrefslogtreecommitdiffstats
path: root/tests/auto/input/input.pro
blob: 05668c03669f409406807b36374e4b20c711f871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
TEMPLATE = subdirs

qtConfig(private_tests) {
    SUBDIRS += \
        qaxis \
        qaction \
        qactioninput \
        qabstractaxisinput \
        qanalogaxisinput \
        qbuttonaxisinput \
        qkeyboardhandler \
        qlogicaldevice \
        axis \
        action \
        abstractaxisinput \
        actioninput \
        analogaxisinput \
        buttonaxisinput \
        keyboardhandler \
        qaxisaccumulator \
        inputsequence \
        inputchord
}