diff options
| author | Kent Hansen <kent.hansen@nokia.com> | 2012-06-05 14:36:41 +0200 |
|---|---|---|
| committer | Qt by Nokia <qt-info@nokia.com> | 2012-06-05 16:01:29 +0200 |
| commit | fa7c9bbe1cc71a16835c373095515513ab5949db (patch) | |
| tree | 785c1e2f02e5efdacbfe1c771267ca7a1ac639da /examples/tutorials/tutorials.pro | |
| parent | 8a5a986828135b6d5bc6a0756d87f3b1b09ce809 (diff) | |
Remove useless "QT += widgets"
These .pro files have TEMPLATE=subdirs, so there's no reason to be
adding libraries here.
Change-Id: I0fb0a44107710ee746d354106d0c46006958ee62
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/tutorials/tutorials.pro')
| -rw-r--r-- | examples/tutorials/tutorials.pro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro index e9a5bdd1fa3..cb57002082e 100644 --- a/examples/tutorials/tutorials.pro +++ b/examples/tutorials/tutorials.pro @@ -1,3 +1,2 @@ TEMPLATE = subdirs SUBDIRS += addressbook-fr threads addressbook widgets modelview gettingStarted -QT += widgets |
