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

Add remote Linux host deployment for the Qt Widgets applications for Qt Embedded Linux.

    XMLWordPrintable

Details

    Description

      Create a Qt Widgets project, and set everything up so that I can deploy to my remote Linux device. The one thing that does not get setup properly is the remote path.

      For example, when click on the "Projects" button in Qt Creator and I display the run settings, in the section titled "Executable on device:", there is some red text that says "Remote path not set".

      Alternative solution is to open up the *.pro file and add the path manually as shown below.

      linux-* {
      target.path = /opt/myApp
      INSTALLS += target
      }
      

      Looking forward for a proper solution to configure Qt QWidgets projects for remote Linux host so that users do not have to manually edit the project file.

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            leonlee Leonard Lee
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes