Alex
|
|
« Reply #1 on: June 15, 2009, 12:49:33 PM »
|
|
Hi
Thanks for evaluating QtWeb browser.
To build QtWeb you need MS Visual Studio 2008, Qt 4.5.x and OpenSSL headers, no
other SDKs are required. Qt Creator is not supported by now.
In spite of Qt and WebKit are cross-platform SDKs, QtWeb is designed (at least
by now) for the specific needs to be pure Win32 application, wich is compact and
portable, so it uses some Win32 API calls, like RemoveDirectoryW(...), which Qt
Creator will not recognize unless you include <windows.h> header.
|