##// END OF EJS Templates
Documentation...
Documentation Change-Id: I946f3b9875e8253879238fac0b3f6034ebe458d5 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2480:9f82dd068147
r2517:26c3b5c0ed1d
Show More
boxplottester.pro
18 lines | 293 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 \
customtablemodel.cpp
HEADERS += \
mainwidget.h \
customtablemodel.h