##// END OF EJS Templates
Added image for boxplot example...
Added image for boxplot example Change-Id: I0e5c6965022fdbf349d3cb880dd5abf71d83fb63 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2368:6a035c04dc6b
r2537:15f379436aa5
Show More
presenterchart.pro
8 lines | 208 B | text/idl | PrologLexer
Marek Rosa
Presenterchart moved to tests
r2364 !include( ../tests.pri ) {
Michal Klocek
Renames example -> examples
r486 error( "Couldn't find the examples.pri file!" )
}
TARGET = presenterchart
HEADERS += chartview.h
Tero Ahola
Hacked library dependency issues on OSX
r1035 SOURCES += main.cpp chartview.cpp
Tero Ahola
Fixed a Qt5 build issue in presenterchart test app
r2368
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets