##// END OF EJS Templates
Updates development_build option
Updates development_build option

File last commit:

r961:2e9183bac7df
r998:310fbd27a8f1
Show More
tablemodelchart.pro
16 lines | 265 B | text/idl | PrologLexer
!include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
QT += core gui
TARGET = tablemodelchart
TEMPLATE = app
SOURCES += main.cpp\
tablewidget.cpp \
customtablemodel.cpp
HEADERS += tablewidget.h \
customtablemodel.h