Hello, I'm trying to package Qt for Android.
With v5.12, one has to run ./configure with -android-arch option This options takes only one value at a time. So I can compile once for armeabi-v71. Then after that, restart and compile the arm64-v8a version, and the x86 & x86_64... That makes 4 times the same run except that I just change one parameter. That would lead to have 4 almost identical debian/rules Instead of multiplying debian/rules (and debian.tar.xz...), is it possible in some way to have only one debian/rules that would build 4 binary packages named qt4android-armeabi-v71, qt4android-arm64-v8a, qt4android-x86...? I would have defined these binary packages in debian/control. Or do I have to create 4 packages (ie .debian.tar.xz) with 4 times the same .orig.tar.xz ? Thanks a lot Fab