##// END OF EJS Templates
BoxPlot animations...
BoxPlot animations Change-Id: I00e9372bb0f6dbb55e5e84d559033ebac9a7fa5e Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2398:1e18d6a3f6b0
r2465:de1ad4d92581
Show More
tests.pro
18 lines | 386 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis \
presenterchart
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
chartviewer
} else {
message("OpenGL not available. Some test apps are disabled")
}