[Interest] Custom path for android build dir?

Ben Lau xbenlau at gmail.com
Tue Aug 26 12:58:30 CEST 2014


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140826/30864b47/attachment.html>


More information about the Interest mailing list