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

content.files = \
    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