qmlcustommodel.pro
14 lines
| 395 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) | ||||
!system_build:mac: QMAKE_POST_LINK += "$$MAC_POST_LINK_PREFIX $$MAC_DEMOS_BIN_DIR" | ||||