Skip to content

Commit f832e55

Browse files
author
MykolaTryshnivskyy
committed
Add Mac64 gypi file for qt4
1 parent 17494b5 commit f832e55

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

platform/ios/wd_qt5_64.gypi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
'variables': {
33
'QT5': '1', # change to '1' for enabling Qt5
4+
'WD_BUILD_MONGOOSE': '1',
5+
'WD_CONFIG_PLAYER': '0',
46
'QT_INC_PATH': '/usr/local/opt/qt5_ios64/include',
57
'QT_LIB_PATH': '/usr/local/opt/qt5_ios64/lib',
68
'QT_BIN_PATH': '/usr/local/opt/qt5_ios64/bin',

platform/mac/wd_qt4_64.gypi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
'variables': {
3+
'QT5': '0', # change to '1' for enabling Qt5
4+
'QT_BIN_PATH': '/usr/local/opt/qt4_64/bin',
5+
'QT_INC_PATH': '/usr/local/opt/qt4_64/include',
6+
'QT_LIB_PATH': '/usr/local/opt/qt4_64/lib',
7+
},
8+
}

0 commit comments

Comments
 (0)