1TEMPLATE = app
2TARGET = cppsnippet
3QT = core location
4
5SOURCES += \
6    main.cpp \
7    cppqml.cpp
8
9