diff options
author | Roland Wolf <ext-roland.wolf@nokia.com> | 2010-06-22 12:26:05 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2010-07-07 15:09:58 (GMT) |
commit | 6de484f195366b560e10f95b04d2f0e7303a2b63 (patch) | |
tree | d4ae8d9b85bc59e6b7c2a63d655054619255255f /examples/tutorials/tutorials.pro | |
parent | cdc354e3e777b6de28710c05b83567fa3ad63658 (diff) | |
download | Qt-6de484f195366b560e10f95b04d2f0e7303a2b63.zip Qt-6de484f195366b560e10f95b04d2f0e7303a2b63.tar.gz Qt-6de484f195366b560e10f95b04d2f0e7303a2b63.tar.bz2 |
integrating modelview tutorial in the build system, first attempt
Diffstat (limited to 'examples/tutorials/tutorials.pro')
-rw-r--r-- | examples/tutorials/tutorials.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro index 949fdf6..34723c2 100644 --- a/examples/tutorials/tutorials.pro +++ b/examples/tutorials/tutorials.pro @@ -1,6 +1,8 @@ TEMPLATE = subdirs SUBDIRS = \ - addressbook + addressbook \ + modelview + # install sources.files = README *.pro |