File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 22python generate_wdversion.py
33
44gyp --depth . -G output_dir=. -D platform=desktop -D mode=release --generator-output=out/ wd.gyp
5+
6+ if [ " $1 " == " -all" ]
7+ then
8+
9+ xcodebuild -project ./out/wd.xcodeproj -alltargets # clean build
10+
11+ fi
12+
Original file line number Diff line number Diff line change 173173 [ 'OS=="mac"' , {
174174 'link_settings' : {
175175 'libraries' : [
176- '<(QT_LIB_PATH)/libQtGui.a ' ,
177- '<(QT_LIB_PATH)/libQtCore.a ' ,
178- '<(QT_LIB_PATH)/libQtNetwork.a ' ,
179- '<(QT_LIB_PATH)/libQtDeclarative.a ' ,
180- '<(QT_LIB_PATH)/libQtXml.a ' ,
176+ '<(QT_LIB_PATH)/QtGui.framework ' ,
177+ '<(QT_LIB_PATH)/QtCore.framework ' ,
178+ '<(QT_LIB_PATH)/QtNetwork.framework ' ,
179+ '<(QT_LIB_PATH)/QtDeclarative.framework ' ,
180+ '<(QT_LIB_PATH)/QtXml.framework ' ,
181181 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework' ,
182182 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework' ,
183183 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework' ,
308308 } ],
309309 [ 'OS=="mac" or OS=="ios"' , {
310310 'link_settings' : {
311- 'libraries' : ['<(QT_LIB_PATH)/libQtWebKit.a ' ,],
311+ 'libraries' : ['<(QT_LIB_PATH)/QtWebKit.framework ' ,],
312312 },
313313 } ],
314314 ],
You can’t perform that action at this time.
0 commit comments