[Interest] Custom path for android build dir?

Tomasz Siekierda sierdzio at gmail.com
Wed Aug 27 11:23:03 CEST 2014


On 26 August 2014 12:58, Ben Lau <xbenlau at gmail.com> wrote:
> On 26 August 2014 18:11, Tomasz Siekierda <sierdzio at gmail.com> wrote:
>>
>> Hi,
>>
>> Is there any way to change the path or name of the android build dir ("android-build")? I have a project where I need to create several different .apk files from a single SUBDIRS project, but all those subprojects try to use the same android-build directory, which leads to clashes.
>>
>> Does anybody know any way around it? Some hidden qmake variable, perhaps?
>>
>> Have a good day,
>> sierdzio
>>
>
> If you build via command line , you could change the build path by passing an argument to androiddeployqt
>
> Example:
>
>     $(QT_ANDROID_BIN)/androiddeployqt --output $(ANDROID_BUILD_DIR)


Thanks, I will investigate this. I would prefer something that works
in Qt Creator as well, of course. Maybe I will find some way.



More information about the Interest mailing list