summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@qt.io>2016-06-06 13:02:08 +0200
committerEirik Aavitsland <eirik.aavitsland@qt.io>2016-08-15 08:40:54 +0000
commitbc60216945af092c3a3730354dc63359d39ad5bd (patch)
tree9863cc8f7ea6edf14f0c7335900dbf74b4b32a0e
parentb674d0d5cc74409d15741a707bd91d2cde8c22bd (diff)
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 <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--tests/auto/other/lancelot/lancelot.pro2
1 files changed, 1 insertions, 1 deletions
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