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>
This commit is contained in:
Eirik Aavitsland 2016-06-06 13:02:08 +02:00
parent b674d0d5cc
commit bc60216945

View File

@ -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