summaryrefslogtreecommitdiffstats
path: root/tests/auto/qglyphs/qglyphs.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qglyphs/qglyphs.pro')
-rw-r--r--tests/auto/qglyphs/qglyphs.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qglyphs/qglyphs.pro b/tests/auto/qglyphs/qglyphs.pro
new file mode 100644
index 0000000000..5084cf9908
--- /dev/null
+++ b/tests/auto/qglyphs/qglyphs.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+QT = core gui
+
+SOURCES += \
+ tst_qglyphs.cpp
+
+wince*|symbian*: {
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+} \ No newline at end of file