On 14 September 2016 at 22:35, <[email protected]> wrote: > Is the Qbs support for Android sufficient to build an Android application > with Qbs without Qt Creator or would you recommend reverting to qmake in > order to build for Android? > Gesendet: Dienstag, 13. September 2016 um 16:24 Uhr > Von: "Jake Petroules" <[email protected]> > An: "[email protected]" <[email protected]> > Cc: "[email protected]" <[email protected]> > Betreff: Re: [QBS] Support for Qt on Android > Android support in Qt Creator with Qbs is unfortunately not yet supported. > For now, you'll have to build on the command line. > > See QBS-881, QBS-992, QBS-991 > > > On Sep 13, 2016, at 5:50 AM, [email protected] wrote: > > Hi, > am trying to port an qt application from desktop to Android but so far I am > out of luck, because I use the qbs build system with a lot of submodules > also using qbs. When I try to build my application for Android I get the > following error: > > The profile 'qtc_Android__37e8f197-armv5te' does not exist.
QtCreator manage its own Qbs profiles, that you cannot (easily) re-use "manually". Have you try to run "qbs setup-toolchain" and see if it picks up the android one? Chris > > So I would like to know if qbs is supported for qt on Android? > > I am using Qt Creator 4.1.0, Qt 5.3.2, and qbs 1.6. > > Thanks in advance > > Regards, > > Tobias > _______________________________________________ > QBS mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qbs > > > -- > Jake Petroules - [email protected] > Consulting Services Engineer - The Qt Company > Qbs build tool evangelist - qbs.io > > _______________________________________________ > QBS mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/qbs > _______________________________________________ QBS mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qbs
