summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/kernel.pro
blob: 552c94d35f3724f9a4e4d5c49ea504ee89ca0cca (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=\
    qabstractitemmodel \
    qcoreapplication \
    qeventloop \
    qitemmodel \
    qmath \
    qmetaobject \
    qmetatype \
    qmimedata \
    qobject \
    qpointer \
    qsignalmapper \
    qsocketnotifier \
    qtimer \
    # qtipc \ # needs to be moved to qtscript (and note that it uses private API)
    qtranslator \
    qvariant \
    qwineventnotifier

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

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