[Qbs] Add extra tags to intermediate artifacts

2017-10-18 Thread Pavel via Qbs
Hello I am trying to implement custom deploy module In that module I have created a rule that consumes files tagged “deployable” and produces files tagged “deployPackage” Also I have a rule for some image pre-processing. It produces artifacts tagged “processedImage” For workaround I added “proc

[Qbs] Writing a custom script by QBS

2017-10-18 Thread Ben Lau
Hello, I am still new to QBS. I am looking for a suggestion about how to write and run a custom script by QBS. Besides building the binary, developers may need additional custom scripts for deployment, code analysis, starting a mock server for testing etc. This kind of task may not have a file ou

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, > > Since I had the same issu

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 and

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 thing that's missing is bundle

Re: [Qbs] How build 32 bit application on 64 host OS

2017-10-18 Thread Карелин Павел
Good afternoon, guys Thank you for your responses. They gave me some food for thought. Yesterday I spent half a day trying to substitute package qmake (from 64 bit to 32 bit). But I did not achieve much success. In addition to the problems with creating Qt-profile in QtCreator for qmake-32, we

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 m

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 wrote: > >> I have created a iOS quick app

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: https://bugreports.qt.io/browse/QTCREATOR