From b89ffb404cdfbbd08c6a5a892778ceaf0e4d8b87 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Fri, 16 Sep 2011 10:03:04 +0200 Subject: [PATCH] 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 Reviewed-by: Jo Asplin Reviewed-by: Matthew Cattell --- src/testlib/testlib.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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