On 26 August 2014 18:11, Tomasz Siekierda <sierd...@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)
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to