[SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Michael Demetriou
Hello, I'm trying to port speedcrunch to sailfish, and I have functionality that uses the clipboard (cover swipe copies last result to the clipboard), however since harbour does not allow linking to qtWidgets this is not possible. Is there a workaround to this? I am not using widgets for the

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Robin Burchell
Hi Michael, The QClipboard pointer should also be available with QGuiApplication: http://qt-project.org/doc/qt-5.0/qtgui/qguiapplication.html#clipboard Or is there something else that I’m missing? BR, Robin On 02 Dec 2013, at 10:19, Michael Demetriou qwa...@gmail.com wrote: Hello, I'm

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Michael Demetriou
Perfect, thank you very much. I still have a minor problem though. I have purged every instance of 90x90 from my project but the sdk still wants to install the icons in /usr/share/icons/90x90 (it autogenerates the Makefile with the path hardcoded even if there is no 90x90 in .spec and .yaml) M.

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Andrey Kozhevnikov
edit sailfishapp.prf in arm target rootfs On 02.12.2013 17:14, Michael Demetriou wrote: Perfect, thank you very much. I still have a minor problem though. I have purged every instance of 90x90 from my project but the sdk still wants to install the icons in /usr/share/icons/90x90 (it

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Michael Demetriou
unfortunately qmake still produces a Makefile with 90x90 after that and a restart of the IDE and both vm's On Mon, Dec 2, 2013 at 1:39 PM, Andrey Kozhevnikov coderusin...@gmail.com wrote: edit sailfishapp.prf in arm target rootfs On 02.12.2013 17:14, Michael Demetriou wrote: Perfect, thank

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Filip Kłębczyk
W dniu 02.12.2013 13:06, Michael Demetriou pisze: unfortunately qmake still produces a Makefile with 90x90 after that and a restart of the IDE and both vm's Hi qwazix, I had the same problem yesterday. The solution that worked for me is the one by Artem Marchenko. So comment default CONFIG

Re: [SailfishDevel] Linking to qwidget, or any other method to access the clipboard

2013-12-02 Thread Michael Demetriou
Hi Filip, Million thanks, app resubmitted M. On Mon, Dec 2, 2013 at 3:21 PM, Filip Kłębczyk fklebc...@gmail.com wrote: W dniu 02.12.2013 13:06, Michael Demetriou pisze: unfortunately qmake still produces a Makefile with 90x90 after that and a restart of the IDE and both vm's Hi qwazix,