summaryrefslogtreecommitdiffstats
path: root/examples/qtestlib
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/qtestlib
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/qtestlib')
-rw-r--r--examples/qtestlib/qtestlib.pro2
1 files changed, 0 insertions, 2 deletions
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