qmlcustommodel.pro
12 lines
| 321 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 | |||
Miikka Heikkinen
|
r2488 | include(../shared/qmlapplicationviewer/qmlapplicationviewer.pri) | ||