summaryrefslogtreecommitdiff
path: root/src/location/doc/snippets
diff options
context:
space:
mode:
authorAaron McCarthy <aaron.mccarthy@jollamobile.com>2014-01-16 15:15:31 +1000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-20 13:41:26 +0100
commitbdcc97c444fadc566b4476f5f91b02bd8be21ec3 (patch)
treea5a0dac4f1d0712f20131a01e1e0ff727986fa43 /src/location/doc/snippets
parentebff3c576277d10eab79f43173184e21d326aa54 (diff)
downloadqtlocation-bdcc97c444fadc566b4476f5f91b02bd8be21ec3.tar.gz
Add dependencies to project file.
src.pro was using CONFIG += ordered, changed to specify proper dependencies. Include documentation snippets and build them by default. Fix broken documentation snippets. Change-Id: I550db3844e77e0ea52e697a3946720f770f6c9b6 Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src/location/doc/snippets')
-rw-r--r--src/location/doc/snippets/declarative/declarative.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/location/doc/snippets/declarative/declarative.pro b/src/location/doc/snippets/declarative/declarative.pro
index 40fb082f..e6ff7ce6 100644
--- a/src/location/doc/snippets/declarative/declarative.pro
+++ b/src/location/doc/snippets/declarative/declarative.pro
@@ -7,6 +7,9 @@ content.files = \
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.