[Interest] tty Keyboard & Mouse Support in Qt5

ganesh.sathyanarayanan ganesh.sathyanarayanan at gmail.com
Wed Aug 29 15:38:11 CEST 2012


Hi Laszlo,

Thanks, and yes you were right. Ran into build issues. I am using Qt5 Alpha
from http://releases.qt-project.org/qt5.0/alpha/

Is it necessary to take the entire latest qtbase, or would it do to take
plugins alone from the latest? Reason to ask, is that we took Qt5 Alpha
because its kinda frozen (so reasonably stable). The latest (or qt5 beta is
still under development)

Thanks, Ganesh


On Wed, Aug 29, 2012 at 6:12 PM, <laszlo.p.agocs at nokia.com> wrote:

>  It would be better to fetch the latest qtbase from git instead. It is
> highly likely that you will encounter build failures because libudev was
> still a requirement in your version. This has changed about 3 months ago,
> now it is optional.****
>
> ** **
>
> Nowadays we only have****
>
> ** **
>
> contains(QT_CONFIG, evdev) {****
>
>     SUBDIRS += evdevmouse evdevtouch evdevkeyboard evdevtablet****
>
> }****
>
> ** **
>
> which means the plugins will be built whenever a suitable linux/input.h is
> available (meaning most Linux sytems).****
>
> ** **
>
> Cheers,****
>
> Laszlo****
>
> ** **
>
> *From:* interest-bounces+laszlo.p.agocs=nokia.com at qt-project.org [mailto:
> interest-bounces+laszlo.p.agocs=nokia.com at qt-project.org] *On Behalf Of *ext
> ganesh.sathyanarayanan
> *Sent:* 29 August 2012 15:32
> *To:* Rodal Samuel (Nokia-MP/Oslo)
>
> *Cc:* interest at qt-project.org
> *Subject:* Re: [Interest] tty Keyboard & Mouse Support in Qt5****
>
> ** **
>
> 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 your
> comments, I think I can just go ahead and add evdevkeyboard and evdevmouse
> to SUBDIRS (libudev or not). I will update you my results.****
>
> ** **
>
> Thanks again!****
>
> ** **
>
> ~Ganesh****
>
> ** **
>
> ** **
>
> On Wed, Aug 29, 2012 at 4:39 PM, Samuel Rødal <samuel.rodal at nokia.com>
> wrote:****
>
> On 08/29/2012 01:08 PM, ext Samuel Rødal wrote:
> > Example "./myapp -plugin evdev:/dev/event0"****
>
> Sorry, that should be "./myapp -plugin evdevkeyboard:/dev/event0"****
>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest****
>
> ** **
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120829/062defcb/attachment.html>


More information about the Interest mailing list