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

Application with a manually set output name cannot be deployed

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:

                There are no open Gerrit changes