qt5base-lts/tests/auto/other/lancelot/lancelot.pro
Eirik Aavitsland bc60216945 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>
2016-08-15 08:40:54 +00:00

16 lines
345 B
Prolog

CONFIG += testcase
CONFIG += parallel_test
CONFIG -= app_bundle
TARGET = tst_lancelot
QT += xml testlib
SOURCES += tst_lancelot.cpp \
paintcommands.cpp
HEADERS += paintcommands.h
RESOURCES += images.qrc
include($$PWD/../../../baselineserver/shared/qbaselinetest.pri)
TESTDATA += scripts/*
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0