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
parent
3865e473f2
commit
7c1bbde476
|
|
@ -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)
|
||||
|
|
@ -39,4 +39,4 @@
|
|||
**
|
||||
****************************************************************************/
|
||||
|
||||
#include "../../common/mac/qplatformdefs.h"
|
||||
#include "../common/mac/qplatformdefs.h"
|
||||
Loading…
Reference in New Issue