Fix Xcode 4.x debugger build
authorfmalita@google.com <fmalita@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Sep 2012 18:32:58 +0000 (18:32 +0000)
committerfmalita@google.com <fmalita@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 26 Sep 2012 18:32:58 +0000 (18:32 +0000)
Adding a mac_framework_dirs entry to help Xcode find the Qt frameworks.

R=djsollen@google.com

BUG=

Review URL: https://codereview.appspot.com/6564056

git-svn-id: http://skia.googlecode.com/svn/trunk@5702 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/debugger.gyp

index c37c9c6..32afe7c 100644 (file)
@@ -72,6 +72,9 @@
         }],
         [ 'skia_os == "mac"', {
           'mac_bundle' : 1,
+          'mac_framework_dirs': [
+            '/Library/Frameworks',
+          ],
           'include_dirs': [
             '/Library/Frameworks/QtCore.framework/Headers/',
             '/Library/Frameworks/QtGui.framework/Headers/',