mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
update note on required Qt version, is now 4.6 on Windows because of use of QWebElement class
This commit is contained in:
parent
eaa8e8f270
commit
dc8914e8a5
|
@ -9,7 +9,8 @@ This code has been run and tested on Windows XP/Vista/7, Ubuntu Linux, Mac OS X.
|
|||
### External Deps
|
||||
|
||||
* Make, GCC, Git
|
||||
* Qt framework. Minumal required version is 4.5. But Qt 4.7 or 4.8 is recommended.
|
||||
* Qt framework. Minimum required version is 4.6 for Windows, 4.5 for all other platforms. But Qt 4.7 or 4.8 is recommended.
|
||||
* If you want to use Qt 5.x then use branch qt4x5
|
||||
* Qt Creator IDE is recommended for development
|
||||
* Various libraries on Linux (png, zlib, etc)
|
||||
* On Mac and Windows all the libraries are already included in the repository
|
||||
|
|
Loading…
Reference in a new issue