From dc8914e8a5b0fe9b2cbd66c8ff19e711576480e8 Mon Sep 17 00:00:00 2001 From: Steve J Date: Thu, 18 Dec 2014 18:48:16 -0800 Subject: [PATCH] update note on required Qt version, is now 4.6 on Windows because of use of QWebElement class --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac83c8f0..1c618d94 100644 --- a/README.md +++ b/README.md @@ -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