File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 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' ,
342342 } ],
343343 [ 'OS=="mac"' , {
344344 'link_settings' : {
345- 'libraries' : ['<(QT_LIB_PATH)/libQtWebKit.a ' ,],
345+ 'libraries' : ['<(QT_LIB_PATH)/QtWebKit.framework ' ,],
346346 },
347347 } ],
348348 ],
You can’t perform that action at this time.
0 commit comments