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

15 lines
239 B
Prolog
Raw Normal View History

CONFIG += testcase
TARGET = tst_qglyphrun
QT = core gui testlib
SOURCES += \
tst_qglyphrun.cpp
wince* {
DEFINES += SRCDIR=\\\"\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}
win32:CONFIG += insignificant_test # QTBUG-24196