summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2011-10-22 11:35:37 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-23 00:57:10 +0200
commit03fd37cdf403e35aaaab874be9bad033d250e39d (patch)
tree46c63dfdf9855e84a6394a76af065a32bbd40575 /tests/auto/corelib/io/qstandardpaths/qstandardpaths.pro
parent83c219dfe202097c17548a9789b5e661fcee593c (diff)
Add the missing unittest
Change-Id: I2384d9de7b9ef409db521087670070bd5afc85ff Reviewed-by: Thiago Macieira (Intel) <thiago.macieira@intel.com>
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/\\\"
+}
+