Skip to content

Commit fd1aa6d

Browse files
author
jenkins
committed
Add windows gypi files to platform folder
1 parent fc3ce0d commit fd1aa6d

File tree

4 files changed

+31
-0
lines changed

4 files changed

+31
-0
lines changed

platform/win/Readme_4.8.5.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

platform/win/Readme_5.1.0.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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

platform/win/wd_qt4.8.5.gypi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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+
}

platform/win/wd_qt5.1.0.gypi

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
}

0 commit comments

Comments
 (0)