summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--examples/network/network.pro2
-rw-r--r--examples/qtconcurrent/qtconcurrent.pro2
-rw-r--r--examples/qtestlib/qtestlib.pro2
-rw-r--r--examples/richtext/richtext.pro2
-rw-r--r--examples/scroller/scroller.pro1
-rw-r--r--examples/sql/sql.pro2
-rw-r--r--examples/statemachine/statemachine.pro1
-rw-r--r--examples/threads/threads.pro2
-rw-r--r--examples/tools/tools.pro2
-rw-r--r--examples/touch/touch.pro1
-rw-r--r--examples/tutorials/tutorials.pro1
-rw-r--r--examples/widgets/widgets.pro2
-rw-r--r--examples/xml/xml.pro2
13 files changed, 0 insertions, 22 deletions
diff --git a/examples/network/network.pro b/examples/network/network.pro
index 4342c81895..64cff5393a 100644
--- a/examples/network/network.pro
+++ b/examples/network/network.pro
@@ -32,5 +32,3 @@ SUBDIRS = \
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network
INSTALLS += sources
-
-QT += widgets
diff --git a/examples/qtconcurrent/qtconcurrent.pro b/examples/qtconcurrent/qtconcurrent.pro
index e4a366d9bb..4e5fd6ed7d 100644
--- a/examples/qtconcurrent/qtconcurrent.pro
+++ b/examples/qtconcurrent/qtconcurrent.pro
@@ -13,5 +13,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
INSTALLS += target sources
-
-QT += widgets
diff --git a/examples/qtestlib/qtestlib.pro b/examples/qtestlib/qtestlib.pro
index ac7c290420..9a1f6acfda 100644
--- a/examples/qtestlib/qtestlib.pro
+++ b/examples/qtestlib/qtestlib.pro
@@ -6,5 +6,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtestlib.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
INSTALLS += target sources
-
-QT += widgets
diff --git a/examples/richtext/richtext.pro b/examples/richtext/richtext.pro
index 053f2be3c2..511edb9ea9 100644
--- a/examples/richtext/richtext.pro
+++ b/examples/richtext/richtext.pro
@@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS richtext.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext
INSTALLS += target sources
-
-QT += widgets
diff --git a/examples/scroller/scroller.pro b/examples/scroller/scroller.pro
index 993977d538..bac3f26554 100644
--- a/examples/scroller/scroller.pro
+++ b/examples/scroller/scroller.pro
@@ -1,3 +1,2 @@
TEMPLATE = subdirs
SUBDIRS += graphicsview
-QT += widgets
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
diff --git a/examples/statemachine/statemachine.pro b/examples/statemachine/statemachine.pro
index a2f18a478f..7d510b29be 100644
--- a/examples/statemachine/statemachine.pro
+++ b/examples/statemachine/statemachine.pro
@@ -16,4 +16,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
INSTALLS += target sources
-QT += widgets
diff --git a/examples/threads/threads.pro b/examples/threads/threads.pro
index 2a8cfb0fc2..b5cba3509d 100644
--- a/examples/threads/threads.pro
+++ b/examples/threads/threads.pro
@@ -9,5 +9,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
INSTALLS += target sources
-
-QT += widgets
diff --git a/examples/tools/tools.pro b/examples/tools/tools.pro
index d18670f7c9..c72dbd404d 100644
--- a/examples/tools/tools.pro
+++ b/examples/tools/tools.pro
@@ -22,5 +22,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tools.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools
INSTALLS += target sources
-
-QT += widgets
diff --git a/examples/touch/touch.pro b/examples/touch/touch.pro
index 515b480f86..d5983eb581 100644
--- a/examples/touch/touch.pro
+++ b/examples/touch/touch.pro
@@ -1,3 +1,2 @@
TEMPLATE = subdirs
SUBDIRS = pinchzoom fingerpaint knobs dials
-QT += widgets
diff --git a/examples/tutorials/tutorials.pro b/examples/tutorials/tutorials.pro
index e9a5bdd1fa..cb57002082 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
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
diff --git a/examples/xml/xml.pro b/examples/xml/xml.pro
index cb28fe31d1..cec740da25 100644
--- a/examples/xml/xml.pro
+++ b/examples/xml/xml.pro
@@ -15,5 +15,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS xml.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/xml
INSTALLS += target sources
-
-QT += widgets