summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel/kernel.pro
blob: b7cb23aad6f5f5fb49d9b60c4b5f43fb2021c3d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TEMPLATE = subdirs
SUBDIRS = \
        events \
        qmetaobject \
        qmetatype \
        qobject \
        qvariant \
        qcoreapplication \
        qtimer_vs_qmetaobject \
        qwineventnotifier

!qtHaveModule(widgets): SUBDIRS -= \
    qmetaobject \
    qobject

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