<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
First of all you need to drop your old Qt qmlapplicationviewer part
and start with sailfishapp template<br>
And also trash your QML because it using harmattan components and
make fancy ui with Silica components :)<br>
<br>
Start with creating template project first. Learn how sailfishapp
loading Gui and QML.<br>
<br>
<div class="moz-cite-prefix">On 26.12.2013 23:14, Samuli Silvius
wrote:<br>
</div>
<blockquote
cite="mid:CABcJ=Qx4kyxnmqHKDsW_uLAU039UccWUn353hTnWwrKTkods2g@mail.gmail.com"
type="cite">
<pre wrap="">Hi,
I'm a newbie with Qt/Qml anf Qt creator but trying to port Symbian Qt app
to Sailfish. App has C++ part and Qml part and so far I have managed to
port already C++ part (Qt4 --> Qt5) as it's already compiling with Sailfish
SDK. But when moving to Qml part it's getting difficult as I'm not familiar
of general project setup of qt applications in Qt creator and how to manage
dependencies etc.
- Symbian qt project contains strange "qmlapplicationviewer" part
consisting of files
qmlapplicationviewer.pri
qmlapplicationviewer.h
qmlapplicationviewer.cpp
all of then containing text "This file was generated by the Qt Quick
Application wizard of Qt Creator.." i.e. generated with Qt creator.
I did not found docs about "qmlapplicationviewer" from net and have not
seen these in Sailfish applications? Do I need these? Sailfish SDK does not
have wizard to create them?
- Currently I have C++ part compiling and integrated to main but from main
I'm just starting qml application window provided by Sailfish Qt creator.
So next thing would be to port Qml parts but I'm not able to start
application by using Sailfish example qml part as application output is
giving me following error:
error while loading shared libraries: libQt5Declarative.so.5: cannot
open shared object file: No such file or directory
This must some very basic stuff but but as I'm not familiar how to handle
dependencies in Qt creator so I'm stuck to here now:)
Br
-Samuli
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list</pre>
</blockquote>
<br>
</body>
</html>