Welcome to mirror list, hosted at ThFree Co, Russian Federation.

defaults.xcconfig « xcode - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5beef359219a4cdfed0e59b9e792b9b47dfc8750 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OMIM_ROOT=$(PROJECT_DIR)/../..
BUILD_DIR=$(OMIM_ROOT)/../omim-xcode-build
QT_PATH=/usr/local/opt/qt5

BOOST_ROOT=$(OMIM_ROOT)/3party/boost

HEADER_SEARCH_PATHS=$(OMIM_ROOT) $(BOOST_ROOT)

IPHONEOS_DEPLOYMENT_TARGET=7.0
MACOSX_DEPLOYMENT_TARGET=10.10

GCC_PREPROCESSOR_DEFINITIONS[config=Release] = RELEASE=1 $(inherited)

FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(QT_PATH)/lib

OTHER_LDFLAGS[sdk=macosx*] = -framework QtCore -framework QtNetwork -framework QtWidgets -framework QtOpenGL -framework QtGui -framework Cocoa -framework IOKit -framework OpenGL -framework SystemConfiguration
OTHER_LDFLAGS[sdk=iphone*] = -framework Foundation -framework IOKit -framework UIKit -framework CoreGraphics -framework OpenGLES -framework SystemConfiguration -framework AdSupport