##// END OF EJS Templates
Added pentool to boxplot tester...
Added pentool to boxplot tester Change-Id: Ie6964a681970fcd2282dabbc98bec26827778e98 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2548:b76baa838f46
r2566:2c87f4211dff
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
}