summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearray/qbytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qbytearray/qbytearray.pro')
-rw-r--r--tests/auto/corelib/text/qbytearray/qbytearray.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qbytearray/qbytearray.pro b/tests/auto/corelib/text/qbytearray/qbytearray.pro
new file mode 100644
index 0000000000..c2101b0611
--- /dev/null
+++ b/tests/auto/corelib/text/qbytearray/qbytearray.pro
@@ -0,0 +1,16 @@
+CONFIG += testcase
+TARGET = tst_qbytearray
+QT = core-private testlib
+SOURCES = tst_qbytearray.cpp
+
+TESTDATA += rfc3252.txt
+
+mac {
+ OBJECTIVE_SOURCES += tst_qbytearray_mac.mm
+ LIBS += -framework Foundation
+}
+
+android:!android-embedded {
+ RESOURCES += \
+ android_testdata.qrc
+}