qt5base-lts/tests/auto/gui/text/qglyphrun/qglyphrun.pro

21 lines
349 B
Prolog
Raw Normal View History

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qglyphrun
QT = core gui testlib
linux: CONFIG += insignificant_test
SOURCES += \
tst_qglyphrun.cpp
wince* {
additionalFiles.files = test.ttf
additionalFiles.path = ../../../shared/resources/
DEPLOYMENT += additionalFiles
} else {
RESOURCES += \
testdata.qrc
}