summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 15a7cf569382454d1987ebad893726d42d2ea89f (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
TEMPLATE=subdirs
SUBDIRS=\
    linguist \
    qtattributionsscanner \
    qhelpcontentmodel \
    qhelpenginecore \
    qhelpgenerator \
    qhelpindexmodel \
    qhelpprojectdata \
    cmake \
    installed_cmake \
    qtdiag \
    windeployqt

installed_cmake.depends = cmake

# These tests don't make sense for cross-compiled builds
cross_compile:SUBDIRS -= linguist

# These tests need the QtHelp module
!qtHaveModule(help): SUBDIRS -= \
    qhelpcontentmodel \
    qhelpenginecore \
    qhelpgenerator \
    qhelpindexmodel \
    qhelpprojectdata \

!qtConfig(process): SUBDIRS -= qtattributionsscanner linguist qtdiag windeployqt
android|qnx: SUBDIRS -= qtdiag
!win32|winrt: SUBDIRS -= windeployqt