File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
Expand file tree Collapse file tree 2 files changed +28
-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/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' : '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+ }
You can’t perform that action at this time.
0 commit comments