##// END OF EJS Templates
Updated README...
Updated README The README file is updated for Charts 2.0. Change-Id: I88685e258ebab0f4b48307e2ef63a581407aac31 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2744:d83c3ab5c084
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
}