1TEMPLATE = app 2 3QT += location 4 5SOURCES += main.cpp 6 7RESOURCES += qml.qrc 8 9target.path = $$[QT_INSTALL_EXAMPLES]/location/minimal_map 10INSTALLS += target 11