Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-83110

"qrcFiles": "/qmake_qmake_qm_files.qrc,

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.14.2
    • 5.14.1
    • Build System
    • None
    • linux
    • Android
    • 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

      Attachments

        1. qtbug.png
          qtbug.png
          17 kB
        2. qtbug-83110.zip
          2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkohne Kai Köhne
            imre Imre Péntek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes