summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro')
-rw-r--r--tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro b/tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
new file mode 100644
index 0000000000..983f87ac6f
--- /dev/null
+++ b/tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
@@ -0,0 +1,12 @@
+TARGET = tst_qstandardpaths
+CONFIG += testcase
+SOURCES += tst_qstandardpaths.cpp
+QT = core testlib
+CONFIG += parallel_test
+
+wince* {
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}
+