051ef6f294
API clean-up for QGlyphRun: 1. QGlyphs -> QGlyphRun 2. QGlyphRun's font()/setFont() -> rawFont()/setRawFont() 3. QPainter::drawGlyphs() -> drawGlyphRun() 4. QTextLayout and QTextFragment's glyphs() -> glyphRuns() Reviewed-by: Jiang Jiang (cherry picked from commit 84ef364302728b68d2d29ea9c4ccbec32c7bb115)
12 lines
165 B
Prolog
12 lines
165 B
Prolog
load(qttest_p4)
|
|
QT = core gui
|
|
|
|
SOURCES += \
|
|
tst_qglyphrun.cpp
|
|
|
|
wince*|symbian*: {
|
|
DEFINES += SRCDIR=\\\"\\\"
|
|
} else {
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
}
|