bc60216945
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>
16 lines
345 B
Prolog
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
|