summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qbytearray/qbytearray.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qbytearray/qbytearray.pro')
-rw-r--r--tests/auto/corelib/tools/qbytearray/qbytearray.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qbytearray/qbytearray.pro b/tests/auto/corelib/tools/qbytearray/qbytearray.pro
index 4a5cfbf133..8d2efce0be 100644
--- a/tests/auto/corelib/tools/qbytearray/qbytearray.pro
+++ b/tests/auto/corelib/tools/qbytearray/qbytearray.pro
@@ -5,3 +5,8 @@ SOURCES = tst_qbytearray.cpp
TESTDATA += rfc3252.txt
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+
+mac {
+ OBJECTIVE_SOURCES += tst_qbytearray_mac.mm
+ LIBS += -framework Foundation
+}