summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
blob: 2f727788517a693dce5db041f0fb578e39445103 (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
TEMPLATE = subdirs

SUBDIRS += \
    uipparser \
    uiaparser \
    meshloader \
    materialparser \
    effectparser \
    uippresentation \
    slidedeck \
    behaviors \
    documents \
    slides \
    slideplayer \
    surfaceviewer \
    q3dslancelot \
    variantparser

qtHaveModule(quick) {
    SUBDIRS += \
        studio3d \
        studio3dengine
}

qtHaveModule(widgets): SUBDIRS += widget