Re: [QBS] Build android apk project

2015-07-09 Thread Christian Kandeler
On 07/08/2015 07:12 PM, olivier musse wrote: Many thanks for these details so now we know why it does not work. We have migrated from qmake to qbs for all our project for desktop (windows,mac, linux) and are really happy. Qbs is really fast and powerfull. The idea to go back to qmake is a bad

Re: [QBS] Build android apk project

2015-07-09 Thread olivier musse
See this link https://bugreports.qt.io/browse/QBS/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel 1.5 and 1.6 have release date. Le 09/07/2015 10:09, Christian Kandeler a écrit : On 07/09/2015 10:02 AM, olivier musse wrote: 1.5 seems to be planned on September, this is not so

Re: [QBS] Build android apk project

2015-07-09 Thread olivier musse
Hi Christian, This is bad that Qt Team is not giving more resources to QBS project. QMake is out of date in many points and QBS is the good replacement. 1.5 seems to be planned on September, this is not so far away. Whatever, we will wait and keep on using qmake for mobile project. These are

Re: [QBS] Build android apk project

2015-07-09 Thread Christian Kandeler
On 07/09/2015 10:02 AM, olivier musse wrote: 1.5 seems to be planned on September, this is not so far away. Does it say that in JIRA? Please do not pay attention to these dates, they are quite random for non-patch releases. September is the date of the next qbs release, which will be 1.4.2, as

Re: [QBS] Build android apk project

2015-07-08 Thread Christian Kandeler
On 07/08/2015 05:08 PM, Jicquel Dorian wrote: I'm currently trying to build an apk with qbs using newly introduced AndroidApk module with last qt for android (5.5.0) with gcc 4.9 (arch armv7) qt creator 3.4.2 (qbs 1.4.1 ?) Sorry, there is no support for using qbs with Android in Qt Creator.

[QBS] Build android apk project

2015-07-08 Thread Jicquel Dorian
Hi, I'm currently trying to build an apk with qbs using newly introduced AndroidApk module with last qt for android (5.5.0) with gcc 4.9 (arch armv7) qt creator 3.4.2 (qbs 1.4.1 ?) For this i'm refering to the example given in Android.ndk documentation import qbs Project { DynamicLibrary