diff options
author | David Boddie <david.boddie@nokia.com> | 2011-02-24 19:55:42 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-02-24 19:55:42 (GMT) |
commit | d9a49edc46beb81a80a94ac07543cf7b86856ed3 (patch) | |
tree | 695e00ead5551c447196adfb25f7a4d1bc65bdff /examples/tutorials/tutorials.pro | |
parent | fcea2461489fd392975f8393d7dde8dc1bb6542d (diff) | |
download | Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.zip Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.tar.gz Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.tar.bz2 |
Doc: Added a threading tutorial.
Squashed commit containing changes to documentation during the
development of a threading tutorial, written by Roland Wolf.
Diffstat (limited to 'examples/tutorials/tutorials.pro')
-rw-r--r-- | examples/tutorials/tutorials.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro index 34723c2..1b4667e 100644 --- a/examples/tutorials/tutorials.pro +++ b/examples/tutorials/tutorials.pro @@ -1,7 +1,8 @@ TEMPLATE = subdirs SUBDIRS = \ addressbook \ - modelview + modelview \ + threads # install |