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

Project wizard generates wrong deployment settings on QNX

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 3.1.0
    • Qt Creator 3.1.0-rc1
    • QNX Support
    • d9548d6422d620ab1cd55ef0a58ea628f6be87a5

    Description

      The project wizard generates "deployment.pri" the following deployment applied on QNX identified as a unix derivate:

      ...
      } else:unix {
          isEmpty(target.path) {
              target.path = /opt/$${TARGET}/bin
              export(target.path)
          }
          INSTALLS += target
      }
      

      The "/opt" folder resides in an read-only file system partition on QNX. Due to this, deployment fails. I expect, this will fail on other embedded systems which have read-only flash partitions

      "/tmp" is a better default which will always work.

      Attachments

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

        Activity

          People

            mfekari Mehdi Fekari
            vminenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes