summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/kernel.pro
blob: 3c697f4149b6ad9f93f47e8bcc39aa02469595f7 (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
TEMPLATE=subdirs
SUBDIRS=\
    qcoreapplication \
    qeventloop \
    qmath \
    qmetaobject \
    qmetaobjectbuilder \
    qmetaproperty \
    qmetatype \
    qmimedata \
    qobject \
    qpointer \
    qsignalmapper \
    qsocketnotifier \
    qtimer \
    qtranslator \
    qvariant \
    qwineventnotifier

!contains(QT_CONFIG, private_tests): SUBDIRS -= \
    qsocketnotifier

# This test is only applicable on Windows
!win32*:SUBDIRS -= qwineventnotifier