summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-06-05 14:36:41 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-05 16:01:29 +0200
commitfa7c9bbe1cc71a16835c373095515513ab5949db (patch)
tree785c1e2f02e5efdacbfe1c771267ca7a1ac639da /examples/widgets/widgets.pro
parent8a5a986828135b6d5bc6a0756d87f3b1b09ce809 (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/widgets/widgets.pro')
-rw-r--r--examples/widgets/widgets.pro2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgets.pro
index f5c98c3c77..8ec33b42ea 100644
--- a/examples/widgets/widgets.pro
+++ b/examples/widgets/widgets.pro
@@ -33,5 +33,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS widgets.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets
INSTALLS += target sources
-
-QT += widgets