Yeah, I noticed that there was some stuff missing (generated files) and some extra stuff. How does the Qt team deal with that when they have to grab the latest webkit for a new release?
-m
Type: Posts; User: mikemoretti; Keyword(s):
Yeah, I noticed that there was some stuff missing (generated files) and some extra stuff. How does the Qt team deal with that when they have to grab the latest webkit for a new release?
-m
Hi,
I'm not building for Symbian at all. I am building an app on top of webkit + qt on linux.
Thanks for your further info. I think I just need to decide how I want to really do this. ...
Thanks Janne, I am building it on Linux but your suggestion got me pretty far. I had to tweak some makefiles because it couldn't find the generated sources. But then I got a compiler error and gave...
So how do I do it?
If I copy webkit trunk into the qt/3rdparty/webkit directory, it won't build. The makefiles/.pro files don't seem to like building within qt. Are there some patches I would...
Yeah, exactly.
Thanks!
Hi,
I know that the release version of Qt-4.6.0 comes with a specific version of the Webkit source. Is there a way to make it use the webkit.org trunk instead so that I can update webkit from svn...
Awesome, thanks for the patch! I originally looked at the .pro file to see if I could figure out how to fix it myself but didn't get very far. :-D
Hi,
When I build Qt 4.6.0 on linux, it automatically builds both debug and release versions of most of the shared libraries, e.g. libQtNetwork.so.4.6.0 and libQtNetwork.so.4.6.0.debug....
Hi,
The FAQ says QSound is not supported on S60 which is very unfortunate. However, it appears Phonon isn't supported either from what I can find. This leaves me without any way to play sounds...
I just have to say that having Qt for S60 is really awesome. I had written a game for Qt awhile back, and after installing the dev env (Carbide) for S60 + Qt, it just worked out of the box with no...