Using qt-everywhere-opensource-src-5.0.2.
In VS2012 ×86 Native Tools Command Prompt, I type to following configure command:
configure -I C:\icu\include -I C:\OpenSSL-Win32\include -I C:\OpenSSL-Win32 -I C:\OpenSSL-Win32\include\openssl -opensource -openssl-linked -debug-and-release -platform win32-msvc2012 -icu -nomake examples -nomake tests -L C:\OpenSSL-Win32\lib -L C:\icu\lib
configure -I C:\icu\include -I C:\OpenSSL-Win32\include -I C:\OpenSSL-Win32 -I C:\OpenSSL-Win32\include\openssl -opensource -openssl-linked -debug-and-release -platform win32-msvc2012 -icu -nomake examples -nomake tests -L C:\OpenSSL-Win32\lib -L C:\icu\lib
To copy to clipboard, switch view to plain text mode
And I get a series of errors, the first one being:
qt-everywhere-opensource-src-5.0.2\qtwebkit\source\webcore\generated\JSCrypto.h(35) : error C2065: 'Crypto' : undeclared identifier
qt-everywhere-opensource-src-5.0.2\qtwebkit\source\webcore\generated\JSCrypto.h(35) : error C2065: 'Crypto' : undeclared identifier
To copy to clipboard, switch view to plain text mode
This is although JSCrypto.h successfully includes Crypto.h.
Please advise.
Thanks,
Gil.
Bookmarks