diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-20 21:11:45 +0200 |
---|---|---|
committer | Jani Heikkinen <jani.heikkinen@qt.io> | 2016-05-18 09:07:38 +0000 |
commit | 5cbea54986e7090a37d563fc189c97367694ee95 (patch) | |
tree | adddd7da2489e3812049e7eef46659b59cdff510 /.qmake.conf | |
parent | 5b5b7f97b833e9f91c41285718dc7b566cc37247 (diff) | |
download | qtbase-5cbea54986e7090a37d563fc189c97367694ee95.tar.gz |
enable example installs for all modules
so far, each module had to do it in its .qmake.conf. by now, all modules
have been adjusted to the expected structure, so we can enable it
centrally.
Change-Id: I16b4e7581e51bfc54e71d2f7f852858ae0b47281
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index 53993bd4fe..50d27cf9ce 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,4 @@ load(qt_build_config) -CONFIG += qt_example_installs CONFIG += warning_clean QT_SOURCE_TREE = $$PWD |