Skip to content

Commit 5cebfe5

Browse files
author
MykolaTryshnivskyy
committed
Revert "Update wd_test.gyp for Mac 32/64, avoid frameworks using"
This reverts commit 1360b79.
1 parent 48e5793 commit 5cebfe5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

wd_test.gyp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@
170170
[ 'OS=="mac"', {
171171
'link_settings': {
172172
'libraries': [
173-
'<(QT_LIB_PATH)/libQtGui.a',
174-
'<(QT_LIB_PATH)/libQtCore.a',
175-
'<(QT_LIB_PATH)/libQtNetwork.a',
176-
'<(QT_LIB_PATH)/libQtDeclarative.a',
177-
'<(QT_LIB_PATH)/libQtXml.a',
173+
'<(QT_LIB_PATH)/QtGui.framework',
174+
'<(QT_LIB_PATH)/QtCore.framework',
175+
'<(QT_LIB_PATH)/QtNetwork.framework',
176+
'<(QT_LIB_PATH)/QtDeclarative.framework',
177+
'<(QT_LIB_PATH)/QtXml.framework',
178178
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
179179
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
180180
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
@@ -342,7 +342,7 @@
342342
} ],
343343
[ 'OS=="mac"', {
344344
'link_settings': {
345-
'libraries': ['<(QT_LIB_PATH)/libQtWebKit.a',],
345+
'libraries': ['<(QT_LIB_PATH)/QtWebKit.framework',],
346346
},
347347
} ],
348348
],

0 commit comments

Comments
 (0)