##// END OF EJS Templates
Added missing type definitions...
Added missing type definitions Change-Id: Ic0743aefe47cc7ba14cb7d78c55e3cfa8511b0f5 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2464:1b925fc89d76
r2470:58f029148996
Show More
boxplottester.pro
16 lines | 241 B | text/idl | PrologLexer
Mika Salmela
Initial boxplot tester application...
r2464 !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