> P.S. In every build trial I had to start from a vanilla copy of the sources
> - the "nmake confclean" mentioned by the configure output does not work.
If you are building from git, open a GIT bash window and do:
git clean -dfx
git submodule foreach 'git clean -dfx'
This removes all generated fi
nterest@qt-project.org
Subject: Re: [Interest] Qt 5.0.2 WebKit won't compile (JSCrypto)
On terça-feira, 30 de abril de 2013 04.51.10, Gil Moses wrote:
> Hi,
>
> I'm trying to build WebKit for using with VS2012 runtime libraries,
> for both
> Win32 and x64 platforms. Here's
On terça-feira, 30 de abril de 2013 04.51.10, Gil Moses wrote:
> Hi,
>
> I'm trying to build WebKit for using with VS2012 runtime libraries, for both
> Win32 and x64 platforms. Here's what I've done (and failed):
>
> Using qt-everywhere-opensource-src-5.0.2.
> In VS2012 ×86 Native Tools Command Pro
Hi,
I'm trying to build WebKit for using with VS2012 runtime libraries, for both
Win32 and x64 platforms. Here's what I've done (and failed):
Using qt-everywhere-opensource-src-5.0.2.
In VS2012 ×86 Native Tools Command Prompt, I type the following configure
command:
configure -I C:\icu\include