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

Application with a manually set output name cannot be deployed

XMLWordPrintable

    • Android
    • 2025wk34s2QtforAndroid

      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.

            assam Assam Boudjelthia
            bartlomiejmoskal Bartlomiej Moskal
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes