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.ag...@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....@qt-project.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 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.ro...@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@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest****
>
> ** **
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to