Re: [SailfishDevel] qt-components-qt5

2013-11-11 Thread Andrea Bernabei
Hello Marcin, the qt-components on Qt5 have a different version, which is 2.0 so, try with "import com.nokia.meego 2.0" if you want to keep testing with qt-components ;) 2013/11/11 Marcin M. > Hello, > > I am aware of that, that Sailfish native apps should use Silica. But it's > not my point

Re: [SailfishDevel] qt-components-qt5

2013-11-11 Thread Marcin M.
Hello, I am aware of that, that Sailfish native apps should use Silica. But it's not my point in this case to switch I'm just experimenting with the old com.nokia.meego components. They're available in the repos, so I tried, how would the app basing on it work. I installed it in Emulator only - I

Re: [SailfishDevel] qt-components-qt5

2013-11-10 Thread christopher . lamb
Hi Marcin Have you installed that package to both the Emulator and the SDK Build Engine? (and synced in the SDK Control Center?) My next guess is that you get this error from QML. Normally the qml types are available in a version of the package with import-declarative in the name (to be i

Re: [SailfishDevel] qt-components-qt5

2013-11-10 Thread cckwes
Hi, Are you using the harmattan qml components with "import com.nokia.meego 1.1" and "PageStackWindow" as the top level component? If you are, I think you should change to using Sailifish Silica components and ApplicationWindow as the top level component as shown here: https://sailfisho