2ea976c3a7
Cached font was used regardless of the format, resulting in incorrect advance in some cases when default format differed from the cached format. Task-number: QTBUG-24188 Change-Id: I39e4156bd9ba743afa7e106e934c90227fbf2b8b Reviewed-by: Jiang Jiang <jiang.jiang@nokia.com>
10 lines
242 B
Prolog
10 lines
242 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qpainter
|
|
|
|
QT += widgets widgets-private printsupport testlib
|
|
|
|
SOURCES += tst_qpainter.cpp
|
|
|
|
TESTDATA += drawEllipse/* drawLine_rop_bitmap/* drawPixmap_rop/* drawPixmap_rop_bitmap/* \
|
|
task217400.png
|