[Qt-creator] Evaluation on Mac OSX (Eike Ziller) Successful work around found
Eike Ziller
eike.ziller at nokia.com
Tue Jan 6 10:58:40 CET 2009
On Jan 5, 2009, at 9:22 PM, ext Victor Sardina wrote:
> Israel:
>
> Same here. Notwithstanding, when I compiled QtCreator it did build,
> but
> for some esoteric reason (until I learn how...) the Welcome page with
> the list of projects et al. did not get included in the build. When
> you
> launch the executable a warning message says that due to non-existent
> Webkit support the application doesn't support those features.
>
> I downloaded the WebKit source code and compiled it, but still haven't
> found a good README file explaining how to proceed.
>
> Can anyone provide some insight on how to include WebKit support,
> how to
> install it, where, etc.?
Hi Victor,
you need to make sure that the Qt you build QtCreator against is built
with webkit support. You don't have to download any seperate WebKit
sources, it's all included in Qt's source code.
You can tell Qt's configure script explicitly that it should try to
compile with webkit via the -webkit option, e.g.
./configure -webkit
in Qt's build directory. But actually it should be the default. Try if
you can find and run Qt's webkit demo in $QTDIR/demos/browser/
Browser.app
++ Eike
> Thank you in advance,
>
> Victor
--
Eike Ziller
Software Engineer
Nokia, Qt Software
Phone +49 (0)30 6392 3255
Fax +49 (0)30 6392 3256
E-mail eike.ziller at nokia.com
More information about the Qt-creator-old
mailing list