summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/plugin/quuid/test
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@theqtcompany.com>2015-10-25 15:19:25 -0700
committerJake Petroules <jake.petroules@theqtcompany.com>2015-11-04 21:23:06 +0000
commitf7f55c0b294f03932b205f8eae4335928647f57b (patch)
tree24ab14cee0da980bed8c187ba09ed58613d5381e /tests/auto/corelib/plugin/quuid/test
parent59dbf1786f22ec4ac88d8f9d38cac5cfb82acaea (diff)
Add Objective-C specific type converters to QUuid.
This patch adds the Objective-C NSUUID/CFUUIDRef converters to QUuid [ChangeLog][QtCore][Objective-C] Added NSUUID/CFUUIDRef converters for QUuid Change-Id: Ifebf6fd5ce9f46dcdc06f221e189cb1fd9079e18 Reviewed-by: Jake Petroules <jake.petroules@theqtcompany.com>
Diffstat (limited to 'tests/auto/corelib/plugin/quuid/test')
-rw-r--r--tests/auto/corelib/plugin/quuid/test/test.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/corelib/plugin/quuid/test/test.pro b/tests/auto/corelib/plugin/quuid/test/test.pro
index 0f6f915814..562bfbdc25 100644
--- a/tests/auto/corelib/plugin/quuid/test/test.pro
+++ b/tests/auto/corelib/plugin/quuid/test/test.pro
@@ -3,6 +3,11 @@ TARGET = tst_quuid
QT = core testlib
SOURCES = ../tst_quuid.cpp
+darwin {
+ OBJECTIVE_SOURCES = ../tst_quuid_darwin.mm
+ LIBS += -framework Foundation
+}
+
CONFIG(debug_and_release_target) {
CONFIG(debug, debug|release) {
DESTDIR = ../debug