##// END OF EJS Templates
Make category axis label positioning at value work for polar charts...
Make category axis label positioning at value work for polar charts Task-number: QTRD-3515 Change-Id: Icd38469386c7fc923047533f2a25b726f2f6caa5 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2801:acb3f8c5f190
Show More
manual.pro
18 lines | 378 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 \
chartviewer
} else {
message("OpenGL not available. Some test apps are disabled")
}
qtHaveModule(quick) {
SUBDIRS += qmlchartproperties \
qmlchartaxis
}