summaryrefslogtreecommitdiffstats
path: root/examples/quick/quicknanobrowser/quicknanobrowser.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-01-15 11:41:51 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-15 13:15:44 +0100
commit0b611c393e8208af717bd1c5e6c1aed1379d03ca (patch)
tree011064e1573ec67381fdcb3609808b3662c95742 /examples/quick/quicknanobrowser/quicknanobrowser.pro
parentd91a4b5f1253aadcef91e40efe4f8dc10ffec668 (diff)
Fix installation of most examples
* Make sure the example source code is installed * Make sure the installation path is consistent with the path within the module, to ensure that the sources end up next to the compiled binary. * Skip the widgets nano browser from the installation, as it's a developer tool. Change-Id: I35b421e12f8e6ddd3f2045e318b21543ff929cd8 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'examples/quick/quicknanobrowser/quicknanobrowser.pro')
-rw-r--r--examples/quick/quicknanobrowser/quicknanobrowser.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/quick/quicknanobrowser/quicknanobrowser.pro b/examples/quick/quicknanobrowser/quicknanobrowser.pro
index aae724c55..2c4ae9080 100644
--- a/examples/quick/quicknanobrowser/quicknanobrowser.pro
+++ b/examples/quick/quicknanobrowser/quicknanobrowser.pro
@@ -17,3 +17,6 @@ QT_PRIVATE += quick-private gui-private core-private
qtHaveModule(widgets) {
QT += widgets # QApplication is required to get native styling with QtQuickControls
}
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/quicknanobrowser
+INSTALLS += target