From bc60216945af092c3a3730354dc63359d39ad5bd Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Mon, 6 Jun 2016 13:02:08 +0200 Subject: Remove unneeded dependency on Qt widgets Widgets module is no longer required. Removing it allows this test to be run with a qtbase configured with -no-widgets, which saves compilation time. Change-Id: Id99d3f25cd7b227aa81e1cf1ac7b6fd5227ac4c4 Reviewed-by: Eskil Abrahamsen Blomfeldt --- tests/auto/other/lancelot/lancelot.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/other/lancelot/lancelot.pro b/tests/auto/other/lancelot/lancelot.pro index ef557691e3..2fb5333162 100644 --- a/tests/auto/other/lancelot/lancelot.pro +++ b/tests/auto/other/lancelot/lancelot.pro @@ -2,7 +2,7 @@ CONFIG += testcase CONFIG += parallel_test CONFIG -= app_bundle TARGET = tst_lancelot -QT += xml widgets testlib +QT += xml testlib SOURCES += tst_lancelot.cpp \ paintcommands.cpp -- cgit v1.2.3