Re: [Interest] qt giving the ld error

2014-08-07 Thread Nilesh Kokane
Hi Ch'Gans, Thanks for your valuable reply This is not the right file, try this instead: /opt/poky/1.6/sysroots/x86_64- pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-linux-gnueabi-g++ i just tried with (/opt/poky/1.6.1/sysroots/i686-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linu

Re: [Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Giulio Camuffo
2014-08-08 7:52 GMT+03:00 Steve (YiLiang) Zhou : > Hi Filip, > > I got what you mean, so if I use QGLWidget to get the wl_suface and > createeglwindow , it can work theoretically ,right? You're not supposed to get the wl_surface or anything like that, QGLWidgets abstracts it away. Anyway, this is

Re: [Interest] qt giving the ld error

2014-08-07 Thread Ch'Gans
On 08/08/14 18:16, Nilesh Kokane wrote: > Hi Christiab, > [...] > > Or set the full path to your cross-gcc in QtCreator "Build&run" config. > > I just checked by giving the full path in the qt mkspec as* but its > showing the warning sign > > (*/opt/poky/1.6.1/sysroots/cortexa9hf-vfp-neon-poky-li

Re: [Interest] qt giving the ld error

2014-08-07 Thread Nilesh Kokane
Hi Christiab, Thanks for your valuable reply first of all. make sure that arm-linux-gnueabi-g++ refers to /opt/poky/1.6.1/... and not /usr/lib/gcc-cross/..., from a console you can check for this with this command: $ which arm-linux-gnueabi-g++ I gave me the following. /usr/bin/arm-linux-gnueabi

Re: [Interest] qt giving the ld error

2014-08-07 Thread Christian Gagneraud
On 8/08/2014 4:25 p.m., Nilesh Kokane wrote: > Hi , > > Based on the url > http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard > > bitbake core-image-minimal and bitbake meta-toolchain-qt5 > > Both gave me success. > > > But after setting the qt creator and running the exampl

Re: [Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Steve (YiLiang) Zhou
Hi Filip, I got what you mean, so if I use QGLWidget to get the wl_suface and createeglwindow , it can work theoretically ,right? Thanks and Best Regards Steve Zhou From: Filip Piechocki [mailto:fpiecho...@gmail.com] Sent: Friday, August 08, 2014 12:40 PM To: Steve (YiLiang) Zhou Cc: in

Re: [Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Filip Piechocki
Hi, As Giulio wrote, it is not clear what you want to achieve. If you want to draw with OpenGL on a Qt widget, there is a QGLWidget which is supposed for that (or its actual replacement - QOpenGLWidget, but it will be introduced in 5.4 if I'm not wrong here, you can try the latest snapshot). QDialo

[Interest] qt giving the ld error

2014-08-07 Thread Nilesh Kokane
Hi , Based on the url http://wiki.wandboard.org/index.php/Building_Qt5_using_yocto_on_Wandboard bitbake core-image-minimal and bitbake meta-toolchain-qt5 Both gave me success. But after setting the qt creator and running the example clocks code its giving me the ld errors as follows 09:41:1

Re: [Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Steve (YiLiang) Zhou
Hi Thiago, Thanks for your reply, Giulio did give me some advices to try , but I'm not so familiar with qt and wayland ,so I post the help request here too. Can you or Giulio give me some sample codes so that I can get this work? Anyway thank you guys very much for your replys. Thanks and Best

Re: [Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Thiago Macieira
On Thursday 07 August 2014 15:51:31 Steve Zhou wrote: > Dear all, Hi Steve Didn't Giulio reply to you on this very subject on the wayland mailing list? Giulio is Qt Wayland's co-maintainer, so his answer there is the best you're going to get. Is there anything new? -- Thiago Macieira - thiag

Re: [Interest] [Development] Stopping a QProcess gracefully

2014-08-07 Thread Thiago Macieira
On Wednesday 06 August 2014 23:19:49 achart...@fastmail.fm wrote: > Hello, > > I am trying to find the proper way to gracefully exit a QProcess. The > particular process that I am running does some work and then is in a > waiting state, exiting only when the user presses the Enter key. This > work

[Interest] WA_NativeWindow breaking other widgets

2014-08-07 Thread Jared McIntyre
I have a complex window where setting the Qt::WA_NativeWindow attribute on a child widget causes the other widgets to cease drawing updates. Previously, I thought this was an issue related to my use of OpenGL, but occurs when there are no QGLWidgets as well. It turns out Qt 5.3.1 is managing my

Re: [Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Tomasz Olszak
Dnia czwartek, 7 sierpnia 2014 15:51:31 Steve Zhou pisze: > Dear all, > > I have app which was developed by qt4, and we want to port it to tizen > ivi wayland platform, so I have to update our app to qt5. > > We have a feature : drawing something based on egl on a qt window(we use > QDialog). >

Re: [Interest] Gstreamer support

2014-08-07 Thread Mandeep Sandhu
On Thu, Aug 7, 2014 at 7:38 AM, pritam.ghang...@gmail.com wrote: > Hi > > I am compiling Qt for an embedded broadcom 97405 platform. > Final target is to get html5 video tag working. > > The whole build system and paltfrom is a little dated and I am stuck with qt > 4.8.1 > Intially I was getting >

[Interest] Gstreamer support

2014-08-07 Thread pritam.ghang...@gmail.com
Hi I am compiling Qt for an embedded broadcom 97405 platform. Final target is to get html5 video tag working. The whole build system and paltfrom is a little dated and I am stuck with qt 4.8.1 Intially I was getting GStreamer support : no in configure output and when reading webcore.pro file qma

[Interest] Help!! app qt4 upgrade to qt5 for wayland on tizen ivi, can't get the QDialog's window handle which can cast to EGLNativeWindowType

2014-08-07 Thread Steve (YiLiang) Zhou
Dear all, I have app which was developed by qt4, and we want to port it to tizen ivi wayland platform, so I have to update our app to qt5. We have a feature : drawing something based on egl on a qt window(we use QDialog). Egl need a EGLSurface and a EGLDisplay to get the feature work. EGLSurf

[Interest] R: QML TextEdit cursor not visible

2014-08-07 Thread Simone
No Idea? Thanks Simone Da: Simone [mailto:cjb.sw.nos...@gmail.com] Inviato: martedì 5 agosto 2014 08:27 A: interest@qt-project.org Oggetto: QML TextEdit cursor not visible Priorità: Alta Dear All, I have a problem in my application, I’m using Qt 4.8.5 and QML on our ARM freescale