##// END OF EJS Templates
removing old commented code. removing domain parameter from handleseriesadded of pimpl. adding QLegend parameter to marker construction
removing old commented code. removing domain parameter from handleseriesadded of pimpl. adding QLegend parameter to marker construction

File last commit:

r2132:45eed4d8b56a
r2171:c0bd0c4881b1
Show More
tests.pro
17 lines | 348 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis \
uitest
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart
} else {
message("OpenGL not available. Some test apps are disabled")
}