diff options
author | Frederik Gladhorn <frederik.gladhorn@nokia.com> | 2012-08-24 18:22:44 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-09-09 01:18:37 +0200 |
commit | f67d23d4fc4bc6d915f8b2c085998ddc2f6365fe (patch) | |
tree | 98d97c7cfc6fedd21cd6e01f653dc6e1830d9b62 /examples/examples.pro | |
parent | 7d482d8ef21ed69dc18086e63fd3e969c68d3b3d (diff) | |
download | qtbase-f67d23d4fc4bc6d915f8b2c085998ddc2f6365fe.tar.gz |
Move tutorials to widgets.
All of these are very QWidget centric.
They cannot properly refer to the
sources without being part of the widget module.
This fixes around 300 qdoc errors.
Change-Id: I5a7c2dbc10f7913f7b088d6a0ac81323b3c287ac
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'examples/examples.pro')
-rw-r--r-- | examples/examples.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro index a0afb5613c..b48fe03553 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -14,7 +14,6 @@ SUBDIRS = \ linguist \ sql \ tools \ - tutorials \ touch \ gestures } |