##// END OF EJS Templates
Fix issue with ghost axes being drawn when last axis removed...
Fix issue with ghost axes being drawn when last axis removed Change-Id: Id638bc225ef901301a4268530f574a2de6f2ff63 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2834:77545ecc2ba8
r2836:7a48aa2a436d
Show More
manual.pro
19 lines | 413 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 TEMPLATE = subdirs
SUBDIRS += \
presenterchart \
polarcharttest \
boxplottester
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
Miikka Heikkinen
Added a manual test application for OpenGL series...
r2834 chartviewer \
openglseriestest
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 } else {
message("OpenGL not available. Some test apps are disabled")
}
qtHaveModule(quick) {
SUBDIRS += qmlchartproperties \
qmlchartaxis
}