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