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

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

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