Re: [Interest] Qt 5.0.1 - QWebKit Compile Error

2013-04-29 Thread Dalal Kushal
Hi Varun, I think you got it wrong. There is config.h in qtwebkit for sure but there is a file with same name somewhere in you header search path (INCLUDEPATH). Search for "config.h" in your (following) header search paths. And try compiling without that path. Your include paths includes much mo

Re: [Interest] Qt 5.0.1 - QWebKit Compile Error

2013-04-29 Thread Dalal Kushal
Well, I do not have exact information of your setup so can not pin point the issue. Did you search for "config.h" as I said earlier? Try commenting INCLUDEPATH += $$BRCM_TARGETFS/usr/local/include/ in your qmake.conf and recompile. - Kushal On Apr 27, 2013, at 6:55 AM, Varun Murli K

Re: [Interest] [Development] Charset probleme

2013-04-29 Thread Thiago Macieira
On segunda-feira, 29 de abril de 2013 13.49.54, Thomas PABST wrote: > QTextCodec ::setCodecForTr > (QTextCodec > ::codecForName > ("UTF-8")); > QTextCodec

Re: [Interest] QML Video - Codecs

2013-04-29 Thread Adrian Stern
Hi What if found out is that Qt5 still uses GStreamer0.10 while Totem depends on Gstreamer1.0. So the real question is when will Qt start using GStreamer1.0. Somewhere is a thread stating that the porting was started early 2012 but there is no roadmap and the whole thing seems to be stalled in

Re: [Interest] QML Video - Codecs

2013-04-29 Thread Pritam Ghanghas
Hi I don't see any good reason why totem would play something while QML Video element fails. Can you share some small video link that doesn't work with Video element. Regards, Pritam From: interest-bounces+pritam_ghanghas=infosys@qt-project.org [int

[Interest] QMAKE_POST_LINK for static libraries

2013-04-29 Thread Hamish Moffatt
I need to run a command on a static library after it has been built. QMAKE_POST_LINK appears to fit the bill, but it runs the command after the link but before ranlib and before the file is moved to the final output directory, so it's too early. (ranlib should be considered part of the link rea