##// END OF EJS Templates
tablemodelchart moved to test folder
tablemodelchart moved to test folder

File last commit:

r961:2e9183bac7df
r961:2e9183bac7df
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