qt5base-lts/tests/auto/other/lancelot/lancelot.pro
Allan Sandfeld Jensen 32a94e54b5 Do not always use argb32pm for subsurfaces
A number of drawing paths were never tested by lancelot because we
always used argb32pm for subsurfaces. This patch switches the
subsurfaces to use the painter format or its alpha version. This means
changes to composition tests as it changes precision, especially of
alpha in the a2rgb30 formats.

Change-Id: I24d53bf6e1db8cca36bda69e2ddf07f20256b3c8
Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
2017-05-31 18:53:57 +00:00

13 lines
266 B
Prolog

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