diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-20 21:23:12 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-05-24 12:48:08 +0000 |
commit | 64e5f2be2ba63aa1ed04291dc529f2b8edee9a0b (patch) | |
tree | 99c1ac760c7cf85596807b87b2a5266451782109 | |
parent | 54eb58fb95c4cc33bc46cece8ab9bf4f5e5fb125 (diff) | |
download | qtxmlpatterns-64e5f2be2ba63aa1ed04291dc529f2b8edee9a0b.tar.gz |
do not enable example installs explicitly any more
it's done centrally now.
Change-Id: Ie60ba6b42399c100745e8f5856749311bb30dde2
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r-- | .qmake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index 9665d29..c945d77 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,4 @@ load(qt_build_config) -CONFIG += qt_example_installs CONFIG += warning_clean MODULE_VERSION = 5.6.2 |