manual.pro
18 lines
| 378 B
| text/idl
|
PrologLexer
Miikka Heikkinen
|
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 | ||||
} | ||||