870e68cd75
Task-number: QTBUG-28593 Change-Id: I04e73947c7f131bdb4341c224fb008b26be22c22 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
18 lines
288 B
Prolog
18 lines
288 B
Prolog
CONFIG += testcase
|
|
TARGET = tst_qglyphrun
|
|
QT = core gui testlib
|
|
|
|
SOURCES += \
|
|
tst_qglyphrun.cpp
|
|
|
|
|
|
wince* {
|
|
additionalFiles.files = test.ttf
|
|
additionalFiles.path = ../../../shared/resources/
|
|
DEPLOYMENT += additionalFiles
|
|
} else {
|
|
RESOURCES += \
|
|
testdata.qrc
|
|
}
|
|
|