Re: [Qbs] Signing an Android APK

2020-05-10 Thread Christian Gagneraud
On Mon, 11 May 2020 at 09:03, Raphael Cotty wrote: > > Hi, > > If you look at the sdk.qbs file in the Android module then you'll see that > you can provide a file for the keystore (pattern *.keytstore). > If not then qbs uses the default keystore file ($HOME/.android/debug.keystore > on Linux).

Re: [Qbs] Signing an Android APK

2020-05-10 Thread Raphael Cotty
Hi, If you look at the sdk.qbs file in the Android module then you'll see that you can provide a file for the keystore (pattern *.keytstore). If not then qbs uses the default keystore file ($HOME/.android/debug.keystore on Linux). Qbs also relies on androiddeployqt but only to gather the

[Qbs] Signing an Android APK

2020-05-10 Thread Christian Gagneraud
Hi there, I'm experimenting with converting a project to Qbs. It is relatively small and is (so far) C++/Qt only. I have a few apps, and i need to generate APKs, and sign them. I couldn't find any mention of signing in Qbs docs, is this something supported? I currently (not using Qbs) rely on