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

[REG: 8.0.2-> 9.0.2] Unable to specify working directory for remote deployment for QNX via Qt Creator

    XMLWordPrintable

Details

    • ce7b99bc8 (master)

    Description

      In Qt Creator 8.0.2, it was possible to specify the working directory for deployment on a remote QNX device. In Qt Creator 9.0.2 and 10.0.0-beta2, this functionality does not seem to be working.

      Setting "Projects -> Run Settings -> Run -> Working directory:" to "\tmp" results in the following application output:

      <time>: Checking available ports...
      <time>: Found 101 free ports.
      <time>: Starting pdebug 10014 on Target...
      sh: cd: /ssh:/root@<ip_address>/tmp- No such file or directory
      <time>: Debugging MyApp...

      ---------------------
      "sh: cd: /ssh:/root@<ip_address>/tmp- No such file or directory"

      It looks like it's using FilePath::toString() instead of ::nativePath() (which on unix is equivalent to ::path())

      Attachments

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

        Activity

          People

            hjk hjk
            foxxx Tuukka Kettunen
            Votes:
            6 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes