aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 35dfe5dfbd291eea7d31af6de39bad456bb968ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE=subdirs
SUBDIRS=\
    qml \
    quick \
    quicktest \
    qmltest \
    qmldevtools \
    cmake \
    installed_cmake \
    toolsupport

qtHaveModule(gui):     SUBDIRS += particles
qtHaveModule(widgets): SUBDIRS += quickwidgets

# console applications not supported
uikit: SUBDIRS -= qmltest

installed_cmake.depends = cmake