We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964b780 commit 6706757Copy full SHA for 6706757
platform/win/Readme_5.2.0.txt
@@ -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
@@ -0,0 +1,8 @@
+{
+ 'variables': {
+ 'QT5': '1',
+ 'QT_BIN_PATH': 'c:\\Qt\\Qt5.2.0\\5.2.0\\msvc2010\\bin',
+ 'QT_INC_PATH': 'c:\\Qt\\Qt5.2.0\\5.2.0\\msvc2010\\include',
+ 'QT_LIB_PATH': 'c:\\Qt\\Qt5.2.0\\5.2.0\\msvc2010\\lib',
+ },
8
+}
0 commit comments