##// END OF EJS Templates
Polishing on examples...
Polishing on examples Change-Id: I1cf77318e5551a79bfe31983bb2f770c80f9b976 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2466:58c13bf6bba4
r2536:c9bd72facaf8
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")
}