Re: [Interest] How to enable MTDEV for multi-touch

2015-02-04 Thread Reinhardt Behm
On Wednesday 04 February 2015 18:14:26 nus1998 wrote: > Thanks for both of your reply. I have compiled Qt 5.3.2 for linuxfb with > mtdev enabled. however, in my application, the touch event is not reported, > instead, the mouse event is received when I press a capacitive touch. the > plugin I used

Re: [Interest] How to enable MTDEV for multi-touch

2015-02-04 Thread nus1998
Thanks for both of your reply. I have compiled Qt 5.3.2 for linuxfb with mtdev enabled. however, in my application, the touch event is not reported, instead, the mouse event is received when I press a capacitive touch. the plugin I used is evdevtouch, anything to be setup for it? Best regards J

Re: [Interest] How to enable MTDEV for multi-touch

2015-02-02 Thread Thiago Macieira
On Monday 02 February 2015 12:12:50 Agocs Laszlo wrote: > mtdev support (and some other components too) require pkg-config. Doesn't > your system have it? You need to pass -force-pkg-config in 5.4, otherwise cross-builds will not use pkg-config. I'll fix that for 5.5. -- Thiago Macieira - thiag

Re: [Interest] How to enable MTDEV for multi-touch

2015-02-02 Thread Agocs Laszlo
LIBS += ... } BR, Laszlo From: nus1998 Sent: Monday, February 2, 2015 11:41 AM To: nus1998 Cc: Agocs Laszlo; interest@qt-project.org Subject: Re:Re: [Interest] How to enable MTDEV for multi-touch If I change "PKGCONFIG_PRIVATE += mtdev" in qtbase/co

Re: [Interest] How to enable MTDEV for multi-touch

2015-02-02 Thread nus1998
998 Sent: Monday, February 2, 2015 5:36 AM To:interest@qt-project.org Subject: [Interest] How to enable MTDEV for multi-touch Hi All, I'm now compiling Qt 5.3.2, I have added the option "-mtdev" on configure, and there is no error encountered in the configure process. however,

Re: [Interest] How to enable MTDEV for multi-touch

2015-02-02 Thread nus1998
1998 Sent: Monday, February 2, 2015 5:36 AM To:interest@qt-project.org Subject: [Interest] How to enable MTDEV for multi-touch Hi All, I'm now compiling Qt 5.3.2, I have added the option "-mtdev" on configure, and there is no error encountered in the configure process

Re: [Interest] How to enable MTDEV for multi-touch

2015-02-02 Thread Agocs Laszlo
Sent: Monday, February 2, 2015 5:36 AM To: interest@qt-project.org Subject: [Interest] How to enable MTDEV for multi-touch Hi All, I'm now compiling Qt 5.3.2, I have added the option "-mtdev" on configure, and there is no error encountered in the configure process. however,

[Interest] How to enable MTDEV for multi-touch

2015-02-01 Thread nus1998
Hi All, I'm now compiling Qt 5.3.2, I have added the option "-mtdev" on configure, and there is no error encountered in the configure process. however, I found "mtdev .. no" in the configure.summary after configure process is complete, which means "mtdev" is not enabled? my hos