~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to mkspecs/common/ios.conf

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# qmake common configuration for iOS
 
3
#
 
4
 
 
5
MAKEFILE_GENERATOR      = UNIX
 
6
CONFIG                 += ios reduce_exports incremental global_init_link_order lib_version_first plugin_no_soname
 
7
QMAKE_INCREMENTAL_STYLE = sublib
 
8
 
 
9
# Qt can't build iOS app bundle :(
 
10
CONFIG                 -= app_bundle
 
11
 
 
12
# Not deploying to Mac OSX
 
13
QMAKE_MACOSX_DEPLOYMENT_TARGET =
 
14
 
 
15
# Add iOS common folder to include path
 
16
INCLUDEPATH            += $$PWD/ios
 
17
 
 
18
# iOS defines
 
19
DEFINES                += DARWIN_NO_CARBON Q_OS_IOS QT_NO_CORESERVICES QT_NO_PRINTER QT_NO_PRINTDIALOG