Skip to content

Commit 20aac1f

Browse files
unknownunknown
unknown
authored and
unknown
committed
Update Readme.md
1 parent 7d988b9 commit 20aac1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To build WD you need:
1212
```
1313
{
1414
'variables': {
15-
'QT5': '0', # change to '1' for enabling Qt5
15+
'QT5': '1', # change to '1' for enabling Qt5, '0' for Qt4
1616
'QT_BIN_PATH': '/home/username/Qt5.2.1/5.2.1/gcc/bin/',
1717
'QT_INC_PATH': '/home/username/Qt5.2.1/5.2.1/gcc/include/',
1818
'QT_LIB_PATH': '/home/username/Qt5.2.1/5.2.1/gcc/lib/',
@@ -27,6 +27,6 @@ To build WD you need:
2727
Look at our test application in *src/Test/main.cc* and in docs http://cisco-open-source.github.io/qtwebdriver/page_wd_server.html
2828

2929
# License
30-
Classic LGPL License.
30+
LGPLv2.1
3131

3232
For more info see out Doxygen documentation on http://cisco-open-source.github.io/qtwebdriver/

0 commit comments

Comments
 (0)