Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28168

Application with a manually set output name cannot be deployed

    XMLWordPrintable

Details

    • Android
    • Next

    Description

      Application with a manually set output name cannot be deployed on Android.

      OUTPUT_NAME [name]
      

      It cause problem with deploying application on device by QtC, because application name doesn't match and we get error like this:

      Cannot find application binary in build dir (...)
      

      It can be reproduced on clean QtQuick Project with mentioned line added to set_target_properties:

      OUTPUT_NAME [name]
      

      It is also reproducible on vulkanunderqml example because of setup in CMakeLists.txt (line 27)... This example gets error:

      No target architecture defined in json file.
      

      But I believe root cause is the same.

      Attachments

        Issue Links

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

          Activity

            People

              qtandroidteam Qt Android Team
              bartlomiejmoskal Bartlomiej Moskal
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes