Skip to content

Commit d87e056

Browse files
author
Mykola Tryshnivskyy
committed
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
2 parents c60c08d + c1a109e commit d87e056

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

platform/mac/wd_qt4.8.5.gypi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
'variables': {
33
'QT5': '0', # change to '1' for enabling Qt5
4-
'DESKTOP_QT_BIN_PATH': '/usr/local/Trolltech/Qt-4.8.5/bin',
5-
'DESKTOP_QT_INC_PATH': '/usr/local/qt-4.8.5/include',
6-
'DESKTOP_QT_LIB_PATH': '/usr/local/Trolltech/Qt-4.8.5/lib',
4+
'QT_BIN_PATH': '/usr/local/Trolltech/Qt-4.8.5/bin',
5+
'QT_INC_PATH': '/usr/local/Trolltech/Qt-4.8.5/include',
6+
'QT_LIB_PATH': '/usr/local/Trolltech/Qt-4.8.5/lib',
77
'INTERMEDIATE_DIR': 'mocs',
88
},
99
}

wd_test.gyp

Lines changed: 6 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -173,36 +173,18 @@
173173
[ 'OS=="mac"', {
174174
'link_settings': {
175175
'libraries': [
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',
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',
181181
'$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
182182
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
183183
'$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework',
184184
'$(SDKROOT)/System/Library/Frameworks/Security.framework',
185185
],
186186
},
187187
} ],
188-
[ 'OS=="ios"', {
189-
'link_settings': {
190-
'libraries': [
191-
'<(QT_LIB_PATH)/QtGui.framework',
192-
'<(QT_LIB_PATH)/QtCore.framework',
193-
'<(QT_LIB_PATH)/QtNetwork.framework',
194-
'<(QT_LIB_PATH)/QtDeclarative.framework',
195-
#'<(QT_LIB_PATH)/../plugins/platforms/libqios.a',
196-
'<(QT_LIB_PATH)/../plugins/platforms/libcruikit.a',
197-
'/Developer/Qt4iOS/ios-qml/IOSPluginLibs/ios-clang-release/lib/libqmlcomponectsios.a',
198-
'<(SDK_ROOT)/System/Library/Frameworks/Foundation.framework',
199-
'<(SDK_ROOT)/System/Library/Frameworks/CoreFoundation.framework',
200-
'<(SDK_ROOT)/System/Library/Frameworks/CoreGraphics.framework',
201-
'<(SDK_ROOT)/System/Library/Frameworks/CoreText.framework',
202-
'<(SDK_ROOT)/System/Library/Frameworks/UIKit.framework',
203-
],
204-
},
205-
} ],
206188
],
207189
} ],
208190
], # conditions
@@ -326,7 +308,7 @@
326308
} ],
327309
[ 'OS=="mac" or OS=="ios"', {
328310
'link_settings': {
329-
'libraries': ['<(QT_LIB_PATH)/QtWebKit.framework',],
311+
'libraries': ['<(QT_LIB_PATH)/libQtWebKit.a',],
330312
},
331313
} ],
332314
],

0 commit comments

Comments
 (0)