We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d988b9 commit 20aac1fCopy full SHA for 20aac1f
Readme.md
@@ -12,7 +12,7 @@ To build WD you need:
12
```
13
{
14
'variables': {
15
- 'QT5': '0', # change to '1' for enabling Qt5
+ 'QT5': '1', # change to '1' for enabling Qt5, '0' for Qt4
16
'QT_BIN_PATH': '/home/username/Qt5.2.1/5.2.1/gcc/bin/',
17
'QT_INC_PATH': '/home/username/Qt5.2.1/5.2.1/gcc/include/',
18
'QT_LIB_PATH': '/home/username/Qt5.2.1/5.2.1/gcc/lib/',
@@ -27,6 +27,6 @@ To build WD you need:
27
Look at our test application in *src/Test/main.cc* and in docs http://cisco-open-source.github.io/qtwebdriver/page_wd_server.html
28
29
# License
30
-Classic LGPL License.
+LGPLv2.1
31
32
For more info see out Doxygen documentation on http://cisco-open-source.github.io/qtwebdriver/
0 commit comments