##// END OF EJS Templates
Known issue to README: staticlib and QML apps
Known issue to README: staticlib and QML apps

File last commit:

r1419:9a2b5d956bb6
r2045:223802424a4d release-1.1.0
Show More
qmlcustommodel.pro
12 lines | 311 B | text/idl | PrologLexer
Tero Ahola
Separated series model stuff from data api in QML examples
r1202 !include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
RESOURCES += resources.qrc
Tero Ahola
QML custom model demo now implements it's own QAbstractItemModel based model
r1272 SOURCES += main.cpp\
customtablemodel.cpp \
declarativemodel.cpp
HEADERS += customtablemodel.h \
declarativemodel.h
Tero Ahola
Separated series model stuff from data api in QML examples
r1202
include(qmlapplicationviewer/qmlapplicationviewer.pri)