summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-16 10:03:04 +0200
committerQt by Nokia <qt-info@nokia.com>2011-09-21 08:24:21 +0200
commitb89ffb404cdfbbd08c6a5a892778ceaf0e4d8b87 (patch)
tree364181a4eb9f6d19761e32e3ea509740ac9cac3d /src
parentd372a9f3709aa76322e23c98eb5a853ba83e1e21 (diff)
Remove testlib's dependency on gui and widgets
Commit 37d76a679878d7c07f8a2cb17f7bda46f6582572 made testlib depend on gui and widgets. It shouldn't. Changing the includes was enough. It's the application (e.g. autotest) that uses the gui/widgets features that should link against gui/widgets. Change-Id: If80d30a7eca2cac78cb5c6e5d29c82a06fb9f1dd Reviewed-on: http://codereview.qt-project.org/5095 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jo Asplin <jo.asplin@nokia.com> Reviewed-by: Matthew Cattell <matthew.cattell@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/testlib/testlib.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/testlib.pro b/src/testlib/testlib.pro
index e8858ea1c4..d4dec9660e 100644
--- a/src/testlib/testlib.pro
+++ b/src/testlib/testlib.pro
@@ -2,7 +2,7 @@ load(qt_module)
TARGET = QtTest
QPRO_PWD = $$PWD
-QT = core gui widgets
+QT = core
CONFIG += module
MODULE_PRI = ../modules/qt_testlib.pri