Skip to content

Commit 9c69ef8

Browse files
author
Mykola Tryshnivskyy
committed
Fix WD compilation on OS X without copying Qt frameworks into system frameworks path
1 parent 6cba8ac commit 9c69ef8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wd_test.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
181181
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
182182
],
183+
'xcode_settings': {
184+
'FRAMEWORK_SEARCH_PATHS': '<(QT_LIB_PATH)',
185+
},
183186
},
184187
} ],
185188
],

0 commit comments

Comments
 (0)