qt5base-lts/tests/auto/gui/text/qglyphrun/qglyphrun.pro
Tony Sarajärvi 870e68cd75 Remove insignificant flag from qglyphrun test
Task-number: QTBUG-28593
Change-Id: I04e73947c7f131bdb4341c224fb008b26be22c22
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
2016-01-22 09:13:20 +00:00

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
}