Skip to content

Commit ee5f215

Browse files
buildbuild
authored andcommitted
Update mac platform files
1 parent 022c38a commit ee5f215

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

platform/mac/wd_qt4.8.5.gypi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
'variables': {
33
'QT5': '0', # change to '1' for enabling Qt5
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',
7-
'INTERMEDIATE_DIR': 'mocs',
4+
'QT_BIN_PATH': '/usr/local/opt/qt4/bin',
5+
'QT_INC_PATH': '/usr/local/opt/qt4/include',
6+
'QT_LIB_PATH': '/usr/local/opt/qt4/lib',
87
},
98
}

platform/mac/wd_qt5.1.0.gypi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
'variables': {
33
'QT5': '1', # change to '1' for enabling Qt5
4-
'QT_BIN_PATH': '/usr/local/Qt-5.1.0/bin',
5-
'QT_INC_PATH': '/usr/local/Qt-5.1.0/include',
6-
'QT_LIB_PATH': '/usr/local/Qt-5.1.0/lib',
7-
'INTERMEDIATE_DIR': 'mocs',
4+
'QT_BIN_PATH': '/usr/local/opt/qt5/bin',
5+
'QT_INC_PATH': '/usr/local/opt/qt5/include',
6+
'QT_LIB_PATH': '/usr/local/opt/qt5/lib',
87
},
98
}

platform/mac/wd_qt5.2.0_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': '1', # change to '1' for enabling Qt5
4+
'QT_BIN_PATH': '/usr/local/opt/qt5_64/bin',
5+
'QT_INC_PATH': '/usr/local/opt/qt5_64/include',
6+
'QT_LIB_PATH': '/usr/local/opt/qt5_64/lib',
7+
},
8+
}

0 commit comments

Comments
 (0)