Skip to content

Commit ac2e7fd

Browse files
author
MykolaTryshnivskyy
committed
Updated iOS platform files
1 parent 85f2058 commit ac2e7fd

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

platform/ios/wd_qt5.1.0.gypi

Lines changed: 0 additions & 14 deletions
This file was deleted.

platform/ios/wd_qt5.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_INC_PATH': '/usr/local/opt/qt5_ios/include',
5+
'QT_LIB_PATH': '/usr/local/opt/qt5_ios/lib',
6+
'QT_BIN_PATH': '/usr/local/opt/qt5_ios/bin',
7+
},
8+
}

0 commit comments

Comments
 (0)