[Qt-creator] Evaluation on Mac OSX (Eike Ziller) Successful work around found
Victor Sardina
Victor.Sardina at noaa.gov
Wed Jan 7 09:56:06 CET 2009
Eike:
Thank you so much for your assistance. As a matter fact I confirmed that
the configure would include the WebKit module by default (+webkit) when
I originally compiled and installed Qt-4.5 (current beta version). When
something needing the module failed to compile then I made one more
assumption on top of the assumption that configure should have included
the module by default. In other words, I assumed that if configure
should include the module by default, then not finding it in the Qt
installation meant that I lack the actual source code for WebKit in the
Qt-4.5 (silly, but just another example of how sometimes we think too
much...and get nowhere).
I rerun configure but this time explicitly passing nothing but the
"-webkit" flag, as you suggested, plus "-qt-sql-mysql", which I need to
make sure that I have mysql support. A coupe of hours later everything
now appears as it should: I found the browser example under the demos
folder, as you suggested to check. In addition, after doing a "make
clean" followed by a "make" on the QtCreator-src directory I finally get
the executable with all the bells and whistles: now I feel much
better...even though I haven't actually done much... :-)
I will compile everything under RedHat Linux too in the next couple of
days, and will send feedback on how it goes. I still wonder why the
WebKit module did not get compile by default under Max OS...
Thank you again for your kind assistance,
Victor
Eike Ziller wrote:
> 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
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: victor_sardina.vcf
Type: text/x-vcard
Size: 437 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090106/4ed9af5e/attachment.vcf
More information about the Qt-creator-old
mailing list