summaryrefslogtreecommitdiff
path: root/src/location/doc/snippets/declarative/declarative.pro
blob: 226010cc30e644dedcbc66fa1b6f2895cb923f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE = aux

content.files = \
    declarative-location.qml \
    maps.qml \
    places.qml \
    plugin.qml \
    routing.qml \
    places_loader.qml

OTHER_FILES = \
    $${content.files}

# Put content in INSTALLS so that content.files become part of the project tree in Qt Creator,
# but scoped with false as we don't actually want to install them.  They are documentation
# snippets.
false:INSTALLS += content