From 0b611c393e8208af717bd1c5e6c1aed1379d03ca Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 15 Jan 2014 11:41:51 +0100 Subject: 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 --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index 66245228b..9f986403f 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,6 @@ QMAKEPATH += $$PWD/tools/qmake load(qt_build_config) +CONFIG += qt_example_installs # All modules share the same version number. We plan on following Qt's releases for now. MODULE_VERSION = 5.2.0 -- cgit v1.2.3