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

Qt Widgets Application and Qt Console Application templates are missing deployment rules

XMLWordPrintable

    • 087af4187177c8f06fa91a8640cd0b4e4bca05f4

      When creating a new Qt Widgets Application or Qt Console Application project, deployment rules are missing, resulting in projects not deploying properly to e.g. Boot2Qt devices.

      For now this can be fixed by adding

      # Default rules for deployment.
      qnx: target.path = /tmp/$${TARGET}/bin
      else: unix:!android: target.path = /opt/$${TARGET}/bin
      !isEmpty(target.path): INSTALLS += target
      

      to the project file.

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

            kari.oikarinen Kari Oikarinen
            khormi Kari Hormi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes