Re: [SailfishDevel] QtContacts available

2013-12-24 Thread Matthias Barmeier
Hi, after everything starts to work in the emulator I wonder how I can install QtContacts module on my Jolla phone. Just login via ssh and installing via pkcon ? Ciao Matze Am 22.12.2013 22:04, schrieb David Greaves: Yes - all reasonably accurate. But then there's the SDK control

Re: [SailfishDevel] QtContacts available

2013-12-23 Thread christopher . lamb
Hi Marko Thanks, that has deepened my understanding, and confirms what I had guessed / inferred. I will update my blog later with a simplified version of your explanation. Chris Zitat von Marko Koschak marko.kosc...@tisno.de: Hi Matze On So, 2013-12-22 at 21:50 +0100,

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread Matthias Barmeier
Hi, thanks a lot. Your link and this one: http://flyingsheeponsailfish.blogspot.de/2013/10/alpha-2-migrating-landed.html has working hints on what packages must be installed and how to make QtContacts work. If someone else needs this here is my way of QtContacts enabling: ssh to mer build

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread christopher . lamb
Hi Matthias Here are a few more hints You connected to the SDK with a key, but to the Emulator without. A key can be used for both for passwordless access. //Connect to SDK ssh -p -i ~/SailfishOS/vmshare/ssh/private_keys/engine/mersdk mersdk@localhost ssh -p -i

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread Matthias Barmeier
Hi Chris, please help me with my confusion :) My understanding was that the build engine is the VM located at port . I used zypper because I read this in the blog post. I thought that it does not make a difference if I install it via SDK Control center, zypper or pkcon. Is this right ?

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread christopher . lamb
Hi Matze It is confusing at first, but once you get it, it is easy! I cover that in the chapter Installing By Hand to the SDK Build Engine via the Control Center in: http://flyingsheeponsailfish.blogspot.ch/2013/11/deploying-additional-packages-to.html You are right there are 2 VMS, the

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread David Greaves
Yes - all reasonably accurate. But then there's the SDK control centre: * Open Control Centre in SDK (the SailfishOS button on the left - don't ask why) * Go to Targets * Click manage by SailfishOS-armv7hl or SailfishOS-i486-x86 * type contact into the search box (no return) * hmm, too many, add

Re: [SailfishDevel] QtContacts available

2013-12-22 Thread Marko Koschak
Hi Matze On So, 2013-12-22 at 21:50 +0100, christopher.l...@thurweb.ch wrote: The SDK Build Engine is a little bit more tricky. Once you SSH in, zypper is available, but if you zypper at that level, all you are doing is adding stuff to the operating system. Within this VM is SB2, which

[SailfishDevel] QtContacts available

2013-12-21 Thread Matthias Barmeier
Hi, is QtContacts available for SDK emulator or Device ? And if it is available where and how can I get it ? Ciao Matze ___ SailfishOS.org Devel mailing list

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Andrey Kozhevnikov
add it to pro file CONFIG += Qt5Contacts and then include in Qt QtContacs/... On 21.12.2013 18:02, Matthias Barmeier wrote: Hi, I am new to SailfishOS coming from Harmattan. How can I add this module ? Is there any Dev Introduction available on how to add modules or which modules are

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Matthias Barmeier
Hi, I added the CONFIG line to my project file. And added the include to my .cpp file, but got this. /usr/include/qt5/QtContacts/qcontact.h:53: Fehler:qcontactsglobal.h: No such file or directory This file is availables under:

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Andrey Kozhevnikov
add INCLUDEPATH += /usr/include/qt5/QtContacts to pro file On 21.12.2013 18:44, Matthias Barmeier wrote: Hi, I added the CONFIG line to my project file. And added the include to my .cpp file, but got this. /usr/include/qt5/QtContacts/qcontact.h:53: Fehler:qcontactsglobal.h: No such file or

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Andrey Kozhevnikov
There is no QML Contacts 5.0 in Sailfish. You can use Sailfish.Contacts in sailfish-components-contacts-qt5 On 21.12.2013 20:26, Matthias Barmeier wrote: Hi, the include error is fixed, but now I am back to my old problem: [W] unknown:33 - file:///usr/share/test/qml/pages/FirstPage.qml:33:1:

Re: [SailfishDevel] QtContacts available

2013-12-21 Thread Gabriel Boehme
Hi, But all ways (C++/QML) are all not allowed at store at the moment, are they? Gabriel. Am Samstag, den 21.12.2013, 20:45 +0600 schrieb Andrey Kozhevnikov: There is no QML Contacts 5.0 in Sailfish. You can use Sailfish.Contacts in sailfish-components-contacts-qt5 On 21.12.2013 20:26,