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
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,
>
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
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
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
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
:
> 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
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...
> >
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-