##// END OF EJS Templates
Fix build failure in boxplot example...
Fix build failure in boxplot example Change-Id: I3293d96493a92fdd738e7e1429281d2e8a7415d0 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1419:9a2b5d956bb6
r2557:70f352a7be85
Show More
modeldata.pro
16 lines | 267 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
QT += core gui
TARGET = modeldata
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h