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/sql | |
parent | 8a5a986828135b6d5bc6a0756d87f3b1b09ce809 (diff) | |
download | qtbase-fa7c9bbe1cc71a16835c373095515513ab5949db.tar.gz |
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/sql')
-rw-r--r-- | examples/sql/sql.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/sql/sql.pro b/examples/sql/sql.pro index 68252862ce..463683f48d 100644 --- a/examples/sql/sql.pro +++ b/examples/sql/sql.pro @@ -22,5 +22,3 @@ SUBDIRS = books \ sources.files = connection.h sql.pro README sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql INSTALLS += sources - -QT += widgets |