Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.14.1
-
None
-
linux
-
-
495db2cd2bb9130864f2dd1291788288765dfe7a
Description
hi,
the build fails because .../build-MYAPP-Android_for_armeabi_v7a_arm64_v8a_x86_x86_64_Clang_Qt_5_14_1_for_Android-Debug/android-forditos-deployment-settings.json
contains
"qrcFiles": "/qmake_qmake_qm_files.qrc,...
patch for this issue:
5.14.1/android/mkspecs/features/android/android_deployment_settings.prf line 72
before:
contains(resource, ".*\qmake_qmake_immediate.qrc$") {
after:
contains(resource, ".*\qmake_qmake_immediate.qrc$")|contains(resource, ".*qmake_qmake_qm_files.qrc$") {
I made some magic to bypass the formatting in this textbox, I hope that makes some sense, and helps anyways. 3rd edit: I give up, lol
with all the best wishes,
Imre