File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed
Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ Minumum Requirements
2+ ---------------------
3+ * Qt Win7 install: http://download.qt-project.org/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-vs2010.exe
4+
5+ Setup:
6+ ------
7+ In Qt command prompt run WebDriver.exe
Original file line number Diff line number Diff line change 1+ Minumum Requirements
2+ ---------------------
3+ * Qt Win7 install: http://download.qt-project.org/official_releases/qt/5.1/5.1.0/qt-windows-opensource-5.1.0-msvc2010-x86-offline.exe
4+
5+ Setup:
6+ ------
7+ In Qt command prompt run WebDriver.exe
Original file line number Diff line number Diff line change 1+ {
2+ 'variables' : {
3+ 'QT_BIN_PATH' : 'c:\\ Qt\\ 4.8.5\\ bin' ,
4+ 'QT_INC_PATH' : 'c:\\ Qt\\ 4.8.5\\ include' ,
5+ 'QT_LIB_PATH' : 'c:\\ Qt\\ 4.8.5\\ lib' ,
6+ 'INTERMEDIATE_DIR' : 'c:\\ Program Files\\ Jenkins\\ git\\ wd\\ mocs\\ '
7+ },
8+ }
Original file line number Diff line number Diff line change 1+ {
2+ 'variables' : {
3+ 'QT5' : '1' ,
4+ 'QT_BIN_PATH' : 'c:\\ Qt\\ Qt5.1.0\\ 5.1.0\\ msvc2010\\ bin' ,
5+ 'QT_INC_PATH' : 'c:\\ Qt\\ Qt5.1.0\\ 5.1.0\\ msvc2010\\ include' ,
6+ 'QT_LIB_PATH' : 'c:\\ Qt\\ Qt5.1.0\\ 5.1.0\\ msvc2010\\ lib' ,
7+ 'INTERMEDIATE_DIR' : 'c:\\ Program Files\\ Jenkins\\ git\\ wd\\ mocs\\ '
8+ },
9+ }
You can’t perform that action at this time.
0 commit comments