Skip to content

Commit e6c5a51

Browse files
committed
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
2 parents d115841 + 6c89034 commit e6c5a51

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

wd_build_options.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
'xcode_settings': {
103103
'CODE_SIGN_IDENTITY': 'Developer ID Application: Mykola Tryshnivskyy (3QWMV2L87Z)',
104104
'SDKROOT': 'macosx10.8',
105+
'FRAMEWORK_SEARCH_PATHS': '<(QT_LIB_PATH)',
105106
},
106107
} ],
107108

wd_test.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@
8383
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
8484
],
8585
},
86+
'xcode_settings': {
87+
'FRAMEWORK_SEARCH_PATHS': '<(QT_LIB_PATH)',
88+
},
8689
} ],
8790
['OS=="android"', {
8891
'libraries': [

0 commit comments

Comments
 (0)