summaryrefslogtreecommitdiff
path: root/doc/src/snippets/cpp/cpp.pro
blob: b961b988e139c5e7237ee751286b6e0e5ff2ed68 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = app
TARGET = cppsnippet
QT = core location

SOURCES += \
    main.cpp \
    cppqml.cpp