summaryrefslogtreecommitdiffstats
path: root/tests/auto/qglyphrun/qglyphrun.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qglyphrun/qglyphrun.pro')
-rw-r--r--tests/auto/qglyphrun/qglyphrun.pro11
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 0000000000..480ad5b9a4
--- /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/\\\"
+}