f26928cccf
This makes the font merging possible and solves an issue with the default font properties inheritance when used in conjunction with QTextFormatCollection. Change-Id: If8b543c011122dde9f086f5d696df3b042f7b90c Reviewed-by: Lars Knoll <lars.knoll@digia.com>
6 lines
138 B
Prolog
6 lines
138 B
Prolog
CONFIG += testcase
|
|
CONFIG += parallel_test
|
|
TARGET = tst_qtextformat
|
|
QT += testlib core-private gui-private
|
|
SOURCES += tst_qtextformat.cpp
|