diff --git a/xcode/defaults.xcconfig b/xcode/defaults.xcconfig index 6f7a040b69..5beef35921 100644 --- a/xcode/defaults.xcconfig +++ b/xcode/defaults.xcconfig @@ -13,5 +13,5 @@ GCC_PREPROCESSOR_DEFINITIONS[config=Release] = RELEASE=1 $(inherited) FRAMEWORK_SEARCH_PATHS[sdk=macosx*] = $(QT_PATH)/lib -OTHER_LDFLAGS[sdk=macosx*] = -framework QtCore -framework QtNetwork -framework Cocoa -framework IOKit -framework SystemConfiguration -OTHER_LDFLAGS[sdk=iphone*] = -framework Foundation -framework IOKit -framework UIKit -framework CoreGraphics -framework SystemConfiguration -framework AdSupport +OTHER_LDFLAGS[sdk=macosx*] = -framework QtCore -framework QtNetwork -framework QtWidgets -framework QtOpenGL -framework QtGui -framework Cocoa -framework IOKit -framework OpenGL -framework SystemConfiguration +OTHER_LDFLAGS[sdk=iphone*] = -framework Foundation -framework IOKit -framework UIKit -framework CoreGraphics -framework OpenGLES -framework SystemConfiguration -framework AdSupport