qmlcustommodel.pro
12 lines
| 311 B
| text/idl
|
PrologLexer
Tero Ahola
|
r1202 | !include( ../demos.pri ) { | ||
error( "Couldn't find the demos.pri file!" ) | ||||
} | ||||
RESOURCES += resources.qrc | ||||
Tero Ahola
|
r1272 | SOURCES += main.cpp\ | ||
customtablemodel.cpp \ | ||||
declarativemodel.cpp | ||||
HEADERS += customtablemodel.h \ | ||||
declarativemodel.h | ||||
Tero Ahola
|
r1202 | |||
include(qmlapplicationviewer/qmlapplicationviewer.pri) | ||||