##// END OF EJS Templates
Added QBoxSet to classes.qdoc...
Added QBoxSet to classes.qdoc Change-Id: I6e7191ddd38d303fd1dd40d4b70aa719e7128f9c Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2466:58c13bf6bba4
r2538:863d4fc6d15c boxplot
Show More
tests.pro
19 lines | 406 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis \
presenterchart \
boxplottester
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
chartviewer
} else {
message("OpenGL not available. Some test apps are disabled")
}