Skip to content

Commit 6596770

Browse files
author
Mykola Tryshnivskyy
committed
Add gypi and readme files for Mac
1 parent d350994 commit 6596770

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

platform/mac/Readme_4.8.5.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/4.8/4.8.5/qt-everywhere-opensource-src-4.8.5.zip
6+
Unzip and build sources for 32bit architecture, because binary installation package is 64-bit only
7+
> configure -release -fast -opensource -confirm-license -arch i386
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/mac/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/mac/wd_qt4.8.5.gypi

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)