summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstring/qstring.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstring/qstring.pro')
-rw-r--r--tests/auto/corelib/tools/qstring/qstring.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/tools/qstring/qstring.pro b/tests/auto/corelib/tools/qstring/qstring.pro
index 547dc14647..971e2fb782 100644
--- a/tests/auto/corelib/tools/qstring/qstring.pro
+++ b/tests/auto/corelib/tools/qstring/qstring.pro
@@ -5,3 +5,8 @@ SOURCES = tst_qstring.cpp
DEFINES += QT_NO_CAST_TO_ASCII
contains(QT_CONFIG,icu):DEFINES += QT_USE_ICU
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+
+mac {
+ OBJECTIVE_SOURCES += tst_qstring_mac.mm
+ LIBS += -framework Foundation
+}