1TARGET = mv_headers 2 3TEMPLATE = app 4 5SOURCES += main.cpp \ 6 mymodel.cpp 7 8HEADERS += mymodel.h 9 10# install 11target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/4_headers 12sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 4_headers.pro 13sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/modelview/4_headers 14INSTALLS += target sources 15 16symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) 17maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri) 18 19symbian: warning(This example might not fully work on Symbian platform) 20maemo5: warning(This example might not fully work on Maemo platform) 21simulator: warning(This example might not fully work on Simulator platform) 22