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

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