From 71252ac222246ef7dff728b7957356593c6d7fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Sat, 2 Mar 2013 15:02:38 +0100 Subject: iOS: Share common Mac qplatformdefs.h instead of duplicating code If there are minor differences later on we can put them in the mkspecs' forwarding header and/or introduce a macx specific file. Change-Id: I2a93107838e0d8434c0d444db3064e0a462fa656 Reviewed-by: Oswald Buddenhagen Reviewed-by: Richard Moe Gustavsen --- mkspecs/unsupported/macx-ios-clang/qplatformdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkspecs/unsupported/macx-ios-clang/qplatformdefs.h') diff --git a/mkspecs/unsupported/macx-ios-clang/qplatformdefs.h b/mkspecs/unsupported/macx-ios-clang/qplatformdefs.h index 5f80a17860..581ad0d485 100644 --- a/mkspecs/unsupported/macx-ios-clang/qplatformdefs.h +++ b/mkspecs/unsupported/macx-ios-clang/qplatformdefs.h @@ -39,4 +39,4 @@ ** ****************************************************************************/ -#include "../../common/ios/qplatformdefs.h" +#include "../../common/mac/qplatformdefs.h" -- cgit v1.2.3