Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Jake Petroules
That's probably a good idea. We need to get some docs pages that discuss relevant topics specific to each of the platforms we support anyways. I think Leena was working on a patch for that already... > On Oct 18, 2017, at 1:36 PM, Daniel Engelke > wrote: > > Hi,

Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Daniel Engelke
Hi, Since I had the same issues. Can we do a quick update on the docs to state that iOS and android deployment is still work in progress? Otherwise I think these questions will keep repeating. Because as it is, it's fairly hard to see that those core features are missing (mostly since some

Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Jake Petroules
> On Oct 18, 2017, at 1:09 PM, Nuno Santos wrote: > > Ok. I will try. > > Are there plans to support iOS out of the box? Without a doubt. We already support quite a few iOS features out of the box, actually (like asset catalogs, storyboards, etc.). The major

Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Nuno Santos
Ok. I will try. Are there plans to support iOS out of the box? What about? Android is it supported already? Because I have been faced with the same problem as iOS. My goals is adapt myself to qbs and porting it slowly so when it gets fully support I’m ready to jump on it. There is stills

Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Jake Petroules
Qbs does work for iOS but it currently doesn't support some key features like bundle embedding, so for the time being you'll still need to use something like macdeployqt. You can't use macdeployqt itself because that only supports macOS and not iOS. But if you have a statically linked Qt, Qbs

Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Nuno Santos
Christian, Thanks for you reply. But qbs works for iOS? Can I write it hand? Is there any template around? Or is it a no go? Regards, Nuno > On 18 Oct 2017, at 08:38, Christian Kandeler wrote: > > On Wed, 18 Oct 2017 00:22:04 +0100 > Nuno Santos

Re: [Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-18 Thread Christian Kandeler
On Wed, 18 Oct 2017 00:22:04 +0100 Nuno Santos wrote: > I have created a iOS quick app template using qbs as build tool, however when > I try to launch it on a device, it asks me for the executable. Qt Creator's iOS support is qmake-only at the moment:

[Qbs] How to create and launch an iOS app on QtCreator with qbs?

2017-10-17 Thread Nuno Santos
Hi, I have created a iOS quick app template using qbs as build tool, however when I try to launch it on a device, it asks me for the executable. This was not the behaviour I was expecting. What am I missing? Thanks! Regards, Nuno ___ Qbs mailing