diff options
author | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-04-20 21:23:06 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> | 2016-05-24 12:47:54 +0000 |
commit | 76b5b0c3598a595c61f0cb274b392feeaf3e8dc3 (patch) | |
tree | b2407ef04caacc67b97c7c4a12e93940ee7dfce9 | |
parent | 95333d804470dac6d529fc68d5dc5bfb7fa30ffe (diff) | |
download | qtscript-76b5b0c3598a595c61f0cb274b392feeaf3e8dc3.tar.gz |
do not enable example installs explicitly any more
it's done centrally now.
Change-Id: I8f659fd2676aeedbfe4aaa36b8e9e93c979eee05
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
-rw-r--r-- | .qmake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.qmake.conf b/.qmake.conf index d65b348..e899c42 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,4 @@ load(qt_build_config) -CONFIG += qt_example_installs android|boot2qt: CONFIG -= headersclean MODULE_VERSION = 5.6.2 |