summaryrefslogtreecommitdiffstats
path: root/src/android/templates/templates.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/templates/templates.pro')
-rw-r--r--src/android/templates/templates.pro25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/android/templates/templates.pro b/src/android/templates/templates.pro
deleted file mode 100644
index 9a64251ee3..0000000000
--- a/src/android/templates/templates.pro
+++ /dev/null
@@ -1,25 +0,0 @@
-CONFIG += single_arch
-
-CONFIG -= qt android_install
-
-templates.files = \
- $$PWD/AndroidManifest.xml \
- $$PWD/build.gradle \
- $$PWD/res
-
-templates.path = $$[QT_INSTALL_PREFIX]/src/android/templates
-
-INSTALLS += templates
-
-!prefix_build:!equals(OUT_PWD, $$PWD) {
- RETURN = $$escape_expand(\\n\\t)
- equals(QMAKE_HOST.os, Windows) {
- RETURN = $$escape_expand(\\r\\n\\t)
- }
- OUT_PATH = $$shell_path($$OUT_PWD)
-
- QMAKE_POST_LINK += \
- $${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
-}