summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
blob: 8259eedf83d73e50271537f75f5cf20c701cb2a9 (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

qtHaveModule(quick) {
    SUBDIRS += qmldynamicdata \
               qmlmultitest \
               qmlvolume \
               qmlperf
}

!android:!ios:!winrt {
    SUBDIRS += barstest \
               scattertest \
               surfacetest \
               multigraphs \
               directional \
               itemmodeltest \
               volumetrictest

    # For testing code snippets of minimal applications
    SUBDIRS += minimalbars \
               minimalscatter \
               minimalsurface

}