aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: f9c1fcce918482a157b86db46c53942018d2d0c3 (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
TEMPLATE=subdirs
SUBDIRS=\
    qml \
    quick \
    quicktest \
    qmltest \
    qmldevtools \
    cmake \
    installed_cmake \
    toolsupport

qtHaveModule(gui):qtConfig(opengl(es1|es2)?) {
    SUBDIRS += particles
    qtHaveModule(widgets): SUBDIRS += quickwidgets

}

# console applications not supported
uikit: SUBDIRS -= qmltest

# Restricted sub-set for now
boot2qt: SUBDIRS = qml

installed_cmake.depends = cmake