Re: [SailfishDevel] adding a module to the Qt-sdk

2013-04-15 Thread Jarko Vihriala
Yes, in that case you need to manually ssh to both SDK build machine (port ) and SDK emulator (port 2223) to install packages needed for compilation and running of the app. SDK Control Center can take care of the packages it knows to handle see SDK Control Center -> Target -> Manage -> .

Re: [SailfishDevel] adding a module to the Qt-sdk

2013-04-14 Thread Wim de Vries
Thanks. The Sailfish mode (icon) is only possible if I create a (new) or open Sailfish project. I tried a new project ... and that only allows Qt Quick applications. My project 100% C++ I will post it as a separate topic. On 04/14/2013 08:17 AM, christopher.l...@thurweb.ch wrote: Hi Wim I am

Re: [SailfishDevel] adding a module to the Qt-sdk

2013-04-13 Thread christopher . lamb
Hi Wim I am the process of learning this sort of thing myself... My (still somewhat hazy) understanding is that you will have to add new packages to both the SDK and the Emulator. Packages on the SDK can be managed from within Qt Creator. (You should have a SailfishOS Icon to the left of y

[SailfishDevel] adding a module to the Qt-sdk

2013-04-13 Thread Wim de Vries
Hi, I have an aircraft navigation system (open source, see https://sourceforge.net/projects/pilotnavigator/) running on Ubuntu. I have recently added the QtSerialPort module to it. Now I want to port the system to Sailfish and I am running into problems with the QtSerialPort part. On Ubuntu I b