summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbytearray/qbytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qbytearray/qbytearray.pro')
-rw-r--r--tests/auto/qbytearray/qbytearray.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qbytearray/qbytearray.pro b/tests/auto/qbytearray/qbytearray.pro
new file mode 100644
index 0000000..f41c7ae
--- /dev/null
+++ b/tests/auto/qbytearray/qbytearray.pro
@@ -0,0 +1,14 @@
+load(qttest_p4)
+SOURCES += tst_qbytearray.cpp
+
+
+QT = core
+
+wince*: {
+ addFile.sources = rfc3252.txt
+ addFile.path = .
+ DEPLOYMENT += addFile
+ DEFINES += SRCDIR=\\\"\\\"
+} else {
+ DEFINES += SRCDIR=\\\"$$PWD/\\\"
+}