##// END OF EJS Templates
Initial boxplot tester application...
Initial boxplot tester application Change-Id: Iaa6ea490ba8f10966e8c9ccda442333ebbd43bbb Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r1778:11f77f06f75b
r2464:1b925fc89d76
Show More
chartwidgettest.pro
18 lines | 291 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 \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h