1TEMPLATE = app 2 3QT += qml quick location 4 5CONFIG += c++11 6 7SOURCES += main.cpp 8 9qmlfiles.files = $$files($$PWD/*.qml) 10qmlfiles.prefix = / 11qmlfiles.base = $$PWD 12 13RESOURCES += qmlfiles 14 15DISTFILES += $$files($$PWD/*.py) $$files($$PWD/*.GeoJSON) main.qml OsloListModel.qml doc/src/itemview_transitions.qdoc 16 17target.path = $$[QT_INSTALL_EXAMPLES]/location/itemview_transitions 18INSTALLS += target 19