Re: [SailfishDevel] porting QML app to non sailfishos archs

2014-05-27 Thread Joseph Crowell
n for Android. So you are fine when using basic QtQuick 2.0 there without any Silica (I use separate pro files for Windows/Android and Sailfish OS). BR Martin Date: Mon, 26 May 2014 14:07:34 +0200 From: mikete...@gmail.com To: devel@lists.sailfishos.org Subject: [SailfishDevel] porting QML app t

Re: [SailfishDevel] porting QML app to non sailfishos archs

2014-05-26 Thread mikete...@gmail.com
gt; > To: devel@lists.sailfishos.org > > Subject: [SailfishDevel] porting QML app to non sailfishos archs > > > > Hi in short time I'm going to 'port' my pure QML application to android and > > ios. > > > > Currently I import QtQuick 2.0 and QtQuick.L

Re: [SailfishDevel] porting QML app to non sailfishos archs

2014-05-26 Thread Martin Windolph
files for Windows/Android and Sailfish OS). BR Martin > Date: Mon, 26 May 2014 14:07:34 +0200 > From: mikete...@gmail.com > To: devel@lists.sailfishos.org > Subject: [SailfishDevel] porting QML app to non sailfishos archs > > Hi in short time I'm going to 'port' m

Re: [SailfishDevel] porting QML app to non sailfishos archs

2014-05-26 Thread Andrey Kozhevnikov
yes qt5 for android is stable, no idea about ios, sorry. and QtQuick 2.x modules are same for all platforms. 26.05.2014 18:07, mikete...@gmail.com пишет: Hi in short time I'm going to 'port' my pure QML application to android and ios. Currently I import QtQuick 2.0 and QtQuick.LocalStorage 2.0

[SailfishDevel] porting QML app to non sailfishos archs

2014-05-26 Thread mikete...@gmail.com
Hi in short time I'm going to 'port' my pure QML application to android and ios. Currently I import QtQuick 2.0 and QtQuick.LocalStorage 2.0 (and Sailfish.Silica 1.0) I use LocalStorage and XMLHttpRequest, I try to keep it simple, I'm using only Rectangle, Row, Text, TextInput, MouseArea, few an