Move iOS makespec out of unsupported directory

It's a supported platform from 5.2, and we want build-scripts/CI/etc to
adapt to the change as soon as possible.

Change-Id: I8c78351191f59a6ecab33acc0829d2535379c787
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Reviewed-by: Simo Fält <simo.falt@digia.com>
bb10
Tor Arne Vestbø 2013-09-11 15:23:03 +02:00 committed by The Qt Project
parent 3865e473f2
commit 7c1bbde476
4 changed files with 7 additions and 7 deletions

View File

@ -15,11 +15,11 @@ DEFINES += DARWIN_NO_CARBON QT_NO_CORESERVICES QT_NO_PRINTER QT_N
# Universal target (iPhone and iPad)
QMAKE_IOS_TARGETED_DEVICE_FAMILY = 1,2
include(../../common/ios.conf)
include(../../common/gcc-base-mac.conf)
include(../../common/clang.conf)
include(../../common/clang-mac.conf)
include(../../common/ios/clang.conf)
include(../../common/ios/qmake.conf)
include(../common/ios.conf)
include(../common/gcc-base-mac.conf)
include(../common/clang.conf)
include(../common/clang-mac.conf)
include(../common/ios/clang.conf)
include(../common/ios/qmake.conf)
load(qt_config)

View File

@ -39,4 +39,4 @@
**
****************************************************************************/
#include "../../common/mac/qplatformdefs.h"
#include "../common/mac/qplatformdefs.h"