Re: [SailfishDevel] Depend on (File)Picker

2017-10-30 Thread Michael Fuchs
Am 28.10.2017 um 20:55 schrieb Riku Lahtinen: I only added "import Sailfish.Pickers 1.0" to my QML file and everything is working properly in my Jolla C. The rpm validator doesn't complain about that. Yes, thats what I also did. But the pickers are only available since last version of sailf

Re: [SailfishDevel] Depend on (File)Picker

2017-10-28 Thread Riku Lahtinen
Hi, I only added "import Sailfish.Pickers 1.0" to my QML file and everything is working properly in my Jolla C. The rpm validator doesn't complain about that. Best Regards, Riku Michael Fuchs kirjoitti 24.10.2017 klo 16:44: Hi, I'm using the new systemprovided FilePicker in one of my apps

[SailfishDevel] Depend on (File)Picker

2017-10-24 Thread Michael Fuchs
Hi, I'm using the new systemprovided FilePicker in one of my apps. How do I make sure, it is available on a system? I added these lines to my .yaml file: --- Requires: - sailfish-components-pickers-qt5 --- Is this correct? The RPM-validation complains about t