Skip to content

Commit e4237dc

Browse files
buildbuild
authored andcommitted
Add gypi file for ios build
1 parent 6596770 commit e4237dc

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

platform/ios/Readme_5.1.0.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Minumum Requirements
2+
---------------------
3+
* Qt Mac OS X install:
4+
Download QT sources from
5+
http://download.qt-project.org/official_releases/qt/5.1/5.1.0/single/qt-everywhere-opensource-src-5.1.0.tar.gz
6+
Untar and build sources for 32bit architecture
7+
> configure -release -fast -opensource -confirm-license -platform macx-clang-32 -no-framework
8+
> make
9+
> make install
10+
See more details here
11+
http://qt-project.org/doc/qt-4.8/install-mac.html
12+
13+
Setup:
14+
------
15+
In command prompt run WebDriver or WebDriver_noWebkit

platform/ios/wd_qt5.1.0.gypi

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
'variables': {
3+
'QT5': '1', # change to '1' for enabling Qt5
4+
'WD_BUILD_MONGOOSE': '1',
5+
'WD_BUILD_MODP_B64': '0',
6+
'WD_CONFIG_QUICK': '0',
7+
'QT_INC_PATH': '/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/include',
8+
'QT_LIB_PATH': '/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/lib',
9+
'QT_BIN_PATH': '/Developer/Qt4iOS/qt-everywhere-ios-5.1.0/bin',
10+
'MONGOOSE_INC_PATH': 'src/third_party/mongoose',
11+
'INTERMEDIATE_DIR': 'mocs',
12+
},
13+
}

0 commit comments

Comments
 (0)