mas: Do not link with QTKit for mas build

This commit is contained in:
Cheng Zhao
2015-10-09 21:30:41 +08:00
parent 51335934c1
commit b47076231c
2 changed files with 7 additions and 1 deletions

View File

@@ -301,6 +301,12 @@
'vendor/crashpad/client/client.gyp:crashpad_client',
'vendor/crashpad/handler/handler.gyp:crashpad_handler',
],
'link_settings': {
# Do not link with QTKit for mas build.
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/QTKit.framework',
],
},
}], # OS=="mac" and mas_build==0
['OS=="mac" and mas_build==1', {
'defines': [