summaryrefslogtreecommitdiffstats
path: root/tests/auto/selftests/xunit/xunit.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/selftests/xunit/xunit.pro')
-rw-r--r--tests/auto/selftests/xunit/xunit.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/selftests/xunit/xunit.pro b/tests/auto/selftests/xunit/xunit.pro
new file mode 100644
index 0000000000..81ca157860
--- /dev/null
+++ b/tests/auto/selftests/xunit/xunit.pro
@@ -0,0 +1,15 @@
+load(qttest_p4)
+SOURCES += tst_xunit.cpp
+
+wince*: {
+ addImages.sources = images/*
+ addImages.path = images
+ DEPLOYMENT += addImages
+ DEFINES += SRCDIR=\\\".\\\"
+} else {
+ contains(QT_CONFIG, qt3support): QT += qt3support
+ DEFINES += SRCDIR=\\\"$$PWD\\\"
+}
+
+TARGET = xunit
+