summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
blob: 23da76189e81d70db01c6125c086704e46a0a314 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs
SUBDIRS += \
    presenterchart \
    polarcharttest \
    boxplottester \
    candlesticktester \
    barcharttester

qtConfig(opengl) {
    SUBDIRS +=  chartwidgettest \
                wavechart \
                chartviewer \
                openglseriestest
} else {
    message("OpenGL not available. Some test apps are disabled")
}

qtHaveModule(quick) {
    SUBDIRS += qmlchartproperties \
               qmlchartaxis
}