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

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