Android: Don't treat gradle.pro as a buildable target
When installing gradle it can conflict as it will treat it as the target and therefore install it as an executable although it is a directory inside this one. As this does not build anything but is really an installation target, we can mark it as aux template and change the target name to avoid any conflicts with the existing directory. Pick-to: 5.15 Task-number: QTBUG-80938 Change-Id: I000ee57521818b6d4d30d770362ff4700846e576 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
This commit is contained in:
parent
3da9cff845
commit
8f4f1789e4
2
src/3rdparty/gradle/gradle.pro
vendored
2
src/3rdparty/gradle/gradle.pro
vendored
@ -1,3 +1,5 @@
|
||||
TEMPLATE = aux
|
||||
TARGET = dummy # Avoid a conflict with the existing gradle directory
|
||||
CONFIG -= qt android_install
|
||||
|
||||
gradle.files = \
|
||||
|
Loading…
Reference in New Issue
Block a user