Skip to content

Commit 6706757

Browse files
author
MykolaTryshnivskyy
committed
Add Win gypi files for qt520
1 parent 964b780 commit 6706757

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

platform/win/Readme_5.2.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.2/5.2.0/qt-windows-opensource-5.2.0-msvc2010-x86-offline.exe
4+
5+
Setup:
6+
------
7+
In Qt command prompt run WebDriver.exe

platform/win/wd_qt5.2.0.gypi

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
'variables': {
3+
'QT5': '1',
4+
'QT_BIN_PATH': 'c:\\Qt\\Qt5.2.0\\5.2.0\\msvc2010\\bin',
5+
'QT_INC_PATH': 'c:\\Qt\\Qt5.2.0\\5.2.0\\msvc2010\\include',
6+
'QT_LIB_PATH': 'c:\\Qt\\Qt5.2.0\\5.2.0\\msvc2010\\lib',
7+
},
8+
}

0 commit comments

Comments
 (0)