##// END OF EJS Templates
changing order of series in qmlweather example. This is a workaround to make axis values right. Should not be order dependant, like it is now
changing order of series in qmlweather example. This is a workaround to make axis values right. Should not be order dependant, like it is now

File last commit:

r2398:1e18d6a3f6b0
r2401:71e82ffadcde
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")
}