Skip to content

Commit 3cb7fae

Browse files
Mac UserMac User
authored andcommitted
Added sample wd.gypi file for Mac OS
1 parent 53b53c2 commit 3cb7fae

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

wd.gypi.mac.sample

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
'variables': {
3+
'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',
7+
'INTERMEDIATE_DIR': 'mocs',
8+
},
9+
}

0 commit comments

Comments
 (0)