File: manual.pro

package info (click to toggle)
qtcharts-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 13,112 kB
  • sloc: cpp: 66,609; ansic: 221; makefile: 23
file content (21 lines) | stat: -rw-r--r-- 458 bytes parent folder | download | duplicates (5)
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

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

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