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

Application with a manually set output name cannot be deployed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 8.0.1
    • Android Support
    • Android
    • 2023wkXXFOQtforAndroid

    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

          Activity

            People

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

              Dates

                Created:
                Updated: