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

13 lines
189 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/\\\"
}