##// END OF EJS Templates
added SKIP_IF_CANNOT_TEST_MOUSE_EVENTS macro to barseries tests
added SKIP_IF_CANNOT_TEST_MOUSE_EVENTS macro to barseries tests

File last commit:

r1951:8ceebe0572c4
r2066:a059066f2901
Show More
tests.pro
16 lines | 335 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart
} else {
message("OpenGL not available. Some test apps are disabled")
}