diff options
Diffstat (limited to 'tests/auto/qglyphrun/qglyphrun.pro')
-rw-r--r-- | tests/auto/qglyphrun/qglyphrun.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qglyphrun/qglyphrun.pro b/tests/auto/qglyphrun/qglyphrun.pro new file mode 100644 index 0000000..480ad5b --- /dev/null +++ b/tests/auto/qglyphrun/qglyphrun.pro @@ -0,0 +1,11 @@ +load(qttest_p4) +QT = core gui + +SOURCES += \ + tst_qglyphrun.cpp + +wince*|symbian*: { + DEFINES += SRCDIR=\\\"\\\" +} else { + DEFINES += SRCDIR=\\\"$$PWD/\\\" +} |