1 TEMPLATE = app
2
3 QT += declarative
4
5 RESOURCES += abstractitemmodel.qrc
6
7 HEADERS = model.h
8 SOURCES = main.cpp model.cpp