##// END OF EJS Templates
work on color bar axis
work on color bar axis

File last commit:

r0:5db0360e1259 default
r1:35d010b06810 default
Show More
manual.pro
19 lines | 413 B | text/idl | PrologLexer
TEMPLATE = subdirs
SUBDIRS += \
presenterchart \
polarcharttest \
boxplottester
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
chartviewer \
openglseriestest
} else {
message("OpenGL not available. Some test apps are disabled")
}
qtHaveModule(quick) {
SUBDIRS += qmlchartproperties \
qmlchartaxis
}