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

12 lines
155 B
Prolog
Raw Normal View History

load(qttest_p4)
QT = core gui
SOURCES += \
tst_qglyphrun.cpp
wince* {
DEFINES += SRCDIR=\\\"\\\"
} else {
DEFINES += SRCDIR=\\\"$$PWD/\\\"
}