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