summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/kernel.pro
blob: ef385a7798a98e2094300662c6f0a25fb5899a65 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
TEMPLATE=subdirs
SUBDIRS=\
    qcoreapplication \
    qdeadlinetimer \
    qelapsedtimer \
    qeventdispatcher \
    qeventloop \
    qmath \
    qmetacontainer \
    qmetaobject \
    qmetaobjectbuilder \
    qmetamethod \
    qmetaproperty \
    qmetatype \
    qmetaenum \
    qmimedata \
    qobject \
    qpointer \
    qsharedmemory \
    qsignalblocker \
    qsignalmapper \
    qsocketnotifier \
    qsystemsemaphore \
    qtimer \
    qtranslator \
    qvariant \
    qwineventnotifier \
    qproperty

# QTBUG-88135
android: SUBDIRS -= qeventdispatcher

!qtHaveModule(gui): SUBDIRS -= \
    qmimedata \
    qvariant \
    qmetatype

!qtHaveModule(network): SUBDIRS -= \
    qeventloop \
    qobject \
    qsocketnotifier

!qtConfig(private_tests): SUBDIRS -= \
    qsocketnotifier \
    qsharedmemory \
    qproperty

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

android|uikit: SUBDIRS -= qobject qsharedmemory qsystemsemaphore

!qtConfig(systemsemaphore): SUBDIRS -= \
    qsystemsemaphore