##// END OF EJS Templates
Added BoxPlot to examples.pro...
Added BoxPlot to examples.pro Change-Id: Idbc01ef7ff03fc654ff9d2474f0bad91ed6abe71 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2464:1b925fc89d76
r2471:983c36673743
Show More
boxplottester.pro
16 lines | 241 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui opengl
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp
HEADERS += \
mainwidget.h