##// END OF EJS Templates
Fix boxplot drawing artifacts with thick pen...
Fix boxplot drawing artifacts with thick pen Change-Id: Ib031f97c72a28cbf58d9d272a33a8a0960dd3991 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2548:b76baa838f46
r2565:d442525f5441
Show More
tests.pro
24 lines | 525 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
qmlchartproperties \
qmlchartaxis \
presenterchart \
polarcharttest \
boxplottester
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
chartviewer
} else {
message("OpenGL not available. Some test apps are disabled")
}
contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) {
SUBDIRS += quick2chartproperties
}