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

Invalid androiddeployqt call generated if Ninja Multi-Config generator is used

    XMLWordPrintable

Details

    • Android
    • 0be35f3a7 (dev), de90e45d8 (6.5)

    Description

      Configure a project with "Ninja Multi-Config" as the CMAKE_GENERATOR and the command for androiddeployqt is generated as such:

      COMMAND = cd /home/user/build-quickcmake-Android_Qt_6_5_1_Clang_x86_64-Debug && /home/user/Qt/6.5.1/gcc_64/bin/androiddeployqt --input /home/user/build-quickcmake-Android_Qt_6_5_1_Clang_x86_64-Debug/android-quickcmake-deployment-settings$<$<NOT:$<CONFIG:Debug>>:-$<CONFIG>>.json --output /home/user/build-quickcmake-Android_Qt_6_5_1_Clang_x86_64-Debug/android-build --apk /home/user/build-quickcmake-Android_Qt_6_5_1_Clang_x86_64-Debug/android-build/quickcmake.apk --aab
      

      There is $<$<NOT:$<CONFIG:Debug>>:-$<CONFIG>> passed as is instead of being evaluated.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            semlanik Alexey Edelev
            poikelin Joni Poikelin
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes