##// END OF EJS Templates
Added a known issue to README
Added a known issue to README

File last commit:

r2364:302402848506
r2397:ac10643c5642
Show More
tests.pro
17 lines | 356 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
} else {
message("OpenGL not available. Some test apps are disabled")
}