diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-20 21:10:34 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-28 18:51:04 +0000 |
commit | 5f81e69d4b6f9b450f9b275e8eacbf606366c196 (patch) | |
tree | debe1432977b822c2d5bf17b66f2071f4eba74b9 /.qmake.conf | |
parent | 563ce3888f3c04abcc96ba236b20c7a822bc88e2 (diff) | |
download | qtquick1-5f81e69d4b6f9b450f9b275e8eacbf606366c196.tar.gz |
pretend that the example installs are not FUBAR
Change-Id: I1fad2e055f3d10d481a4bb01c014e9ac8c1abf44
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r-- | .qmake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf index 9450b838..2b42c0b6 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,6 @@ load(qt_build_config) CONFIG += qt_example_installs +# Pretend that the example installs are not FUBAR. +CONFIG += install_ok MODULE_VERSION = 5.6.1 |