Commit 946cf4ca authored by BogDan Vatra's avatar BogDan Vatra Committed by Jani Heikkinen
Browse files

Android: copy build.gradle to install folder.


Task-number: QTCREATORBUG-13311
Change-Id: I4c91164ae1fc593397bb46f98fbc49ef1569da39
Reviewed-by: default avatarEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
parent 1ffe39df
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -2,6 +2,7 @@ CONFIG -= qt android_install ...@@ -2,6 +2,7 @@ CONFIG -= qt android_install
templates.files = \ templates.files = \
$$PWD/AndroidManifest.xml \ $$PWD/AndroidManifest.xml \
$$PWD/build.gradle \
$$PWD/res $$PWD/res
templates.path = $$[QT_INSTALL_PREFIX]/src/android/templates templates.path = $$[QT_INSTALL_PREFIX]/src/android/templates
...@@ -17,5 +18,6 @@ INSTALLS += templates ...@@ -17,5 +18,6 @@ INSTALLS += templates
QMAKE_POST_LINK += \ QMAKE_POST_LINK += \
$${QMAKE_COPY} $$shell_path($$PWD/AndroidManifest.xml) $$OUT_PATH $$RETURN \ $${QMAKE_COPY} $$shell_path($$PWD/AndroidManifest.xml) $$OUT_PATH $$RETURN \
$${QMAKE_COPY} $$shell_path($$PWD/build.gradle) $$OUT_PATH $$RETURN \
$${QMAKE_COPY_DIR} $$shell_path($$PWD/res) $$OUT_PATH $${QMAKE_COPY_DIR} $$shell_path($$PWD/res) $$OUT_PATH
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment