Re: [SailfishDevel] QtSensors & SensorGesture

2015-06-24 Thread Lorn Potter
On 19/06/15 05:07, Fab wrote: > Hello everybody ! > > This is my first post (and first SailfishOS app), so be indulgent :) > > I try to use SensorGesture within an app for the Jolla. I particularly > want to use the shake gesture. I import for this QtSensors 5.x. > > But "onDetected" signal is neve

Re: [SailfishDevel] QtSensors & SensorGesture

2015-06-24 Thread Fab
Well, thanks! It was missing. Another related question; How can I make thoses package to be installed when rpm deploys ? I've added thoses lines to my yaml file : # Runtime dependencies which are not automatically detected Requires: - [...] - qt5-qtsensors-plugin-gestures-sensor >= 5.2 -