File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments