[Interest] Access to Qt private headers

2012-09-13 Thread ganesh.sathyanarayanan
Hi, Sorry, this has been asked before here http://lists.qt.nokia.com/pipermail/qt-interest/2011-October/036291.html, but I did not find the actual solution of how to do it. Also I tried the options of: QT += v8-private QT_PRIVATE = v8 PRIVATE_HEADERS = v8.h in the pro file, but none of them gave

Re: [Interest] tty Keyboard & Mouse Support in Qt5

2012-09-11 Thread ganesh.sathyanarayanan
d and found any issues similar? Also is it good to start looking into qtbase/src/platformsupport/input? Thanks, Ganesh.S On Wed, Aug 29, 2012 at 8:13 PM, Thiago Macieira wrote: > On quarta-feira, 29 de agosto de 2012 19.08.11, ganesh.sathyanarayanan > wrote: > > Hi Laszlo, >

[Interest] Qt3d support on mips

2012-09-10 Thread ganesh.sathyanarayanan
Hello all, The assimp plugin is not yet supported on mips platform-- qt3d/3rdparty/assimp/include/aiDefines.h throws an unsupported platform error. On Qt5-Alpha, I used to remove assimp from qt3d/src/plugins/sceneformats/ sceneformats.pro and build qt3d module. However on Qt5-Beta1 released a fe

[Interest] Qt5 Installation

2012-09-04 Thread ganesh.sathyanarayanan
Hi, Sorry if this is a very silly question, but I run into a problem when cross compiling and installing Qt5 (alpha and also recently released beta). I configure Qt5 for cross compiling using --sysroot option, pointing to my target's SDK folder. Like this: ./configure --sysroot /home/gsathyan/sdk

Re: [Interest] tty Keyboard & Mouse Support in Qt5

2012-08-29 Thread ganesh.sathyanarayanan
roject.org [mailto: > interest-bounces+laszlo.p.agocs=nokia@qt-project.org] *On Behalf Of *ext > ganesh.sathyanarayanan > *Sent:* 29 August 2012 15:32 > *To:* Rodal Samuel (Nokia-MP/Oslo) > > *Cc:* interest@qt-project.org > *Subject:* Re: [Interest] tty Key

Re: [Interest] tty Keyboard & Mouse Support in Qt5

2012-08-29 Thread ganesh.sathyanarayanan
Hi Laszlo, Samuel, Thank you both for the support. I saw this in qtbase/src/plugins/genric/generic.pro contains(QT_CONFIG, evdev) { contains(QT_CONFIG, libudev) { SUBDIRS += evdevmouse evdevtouch evdevkeyboard } } So I presumed that libudev is a must-have to compile evdev. From

Re: [Interest] tty Keyboard & Mouse Support in Qt5

2012-08-29 Thread ganesh.sathyanarayanan
: > On quarta-feira, 29 de agosto de 2012 15.17.48, ganesh.sathyanarayanan > wrote: > > Hi Thiago, > > > > Sorry for not being clear, but I do not understand your question. > > > > Basically /dev/event0 is setup as my linux char device for keyboard, and > &g

Re: [Interest] tty Keyboard & Mouse Support in Qt5

2012-08-29 Thread ganesh.sathyanarayanan
On quarta-feira, 29 de agosto de 2012 14.22.45, ganesh.sathyanarayanan > wrote: > > Hi, > > > > I've asked this in the qt-forum ( > > http://qt-project.org/forums/viewthread/19912/) but am asking here > again, > > since I didnt get any response there... > >

[Interest] tty Keyboard & Mouse Support in Qt5

2012-08-29 Thread ganesh.sathyanarayanan
Hi, I've asked this in the qt-forum ( http://qt-project.org/forums/viewthread/19912/) but am asking here again, since I didnt get any response there... How do I enable tty keyboard for linux in Qt5 which has only QPA. Previously we were on Qt4.8.2 QWS, where we used to configure Qt with -qt-kbd-