Hi Marcin,
Yes, see https://sailfishos.org/wiki/Tutorial_-_Building_packages_manually
BR,
Martin
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org
Hi,
Is it possible to do it from command-line, e.g. from the MerSDK shell?
Thanks
Marcin
On 28.07.2016 16:54, Michael Fuchs wrote:
I'm very sorry, I misread your post.
Install the same package in the emulator helped here.
In QtCreator go to "Sailfish OS" on the left side, choose Targets ->
Hi Marcin,
> Is it possible to change the port for the SailifshOS tab? I have tty.js
> running on the same port, had to kill it.
Yes.
1. Stop the MerSDK VM
2. Open MerSDK VM settings in VirtualBox, navigate to Network -> Adapter 1 ->
Advanced -> Port Forwarding and change the Host Port there.
3
Thanks for the reply!
Is it possible to change the port for the SailifshOS tab? I have tty.js
running on the same port, had to kill it.
On 28.07.2016 16:54, Michael Fuchs wrote:
I'm very sorry, I misread your post.
Install the same package in the emulator helped here.
In QtCreator go to "Sa
I'm very sorry, I misread your post.
Install the same package in the emulator helped here.
In QtCreator go to "Sailfish OS" on the left side, choose Targets ->
manage (next to 486); type "layout" in the new search field; check
install next to "qt5-qtquickcontrols-layouts"; click install-button
; From: devel-boun...@lists.sailfishos.org [mailto:devel-
> boun...@lists.sailfishos.org] On Behalf Of Marcin Mielniczuk
> Sent: 28. heinäkuuta 2016 17:40
> To: Sailfish OS Developers
> Subject: Re: [SailfishDevel] Using QtQuick.Layouts
>
> Michael,
>
> The whole thing works *i
Michael,
The whole thing works *in the Emulator*. This is not a problem.
But the SailfishOS-i486 mersdk target doesn't have it installed. It's
not needed for deployment but for the local coding (so that I get the
code completion and no warnings in the editor)
On 28.07.2016 14:08, Michael Fuch
Hi,
either you install the required package (I guess
qt5-qtquickcontrols-layouts) manually via ssh, or you put the dependency
in the spec file and deploy the rpm, then it will get installed
automatically.
regards, Michael.
Am 28.07.2016 um 13:18 schrieb Marcin Mielniczuk:
Hi,
I'm workin
Hi,
I'm working on a Sailfish app. I want to use a ColumnLayout instead of a
Column to take advantage of convienience properties such as
Layout.fillHeight.
For some reason the QML import QtQuick.Layouts is missing from
mersdk/targets/SailfishOS-i486/usr/lib/qt5/qml. On the other hand, the
c