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

Deploy custom install target to Linux device with executable flags

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 4.10.0-rc1
    • Qt Creator 4.9.0
    • Remote Linux
    • None
    • Windows
    • 599b03179e392b97023c6ebca98faa514967841a (qt-creator/qt-creator/4.10)

    Description

      Hi,

      i am trying to deploy gdbserver from my Windows host to the remote Linux target device.

      For that i added

      gdbserver.path = /tmp
      gdbserver.files = $$PWD/gdbserver
      gdbserver.CONFIG += executable
      INSTALLS += gdbserver
      

      to the .pro file. The deployment works as expected, but since the file comes from the Windows file system it lacks the executable flags on the device after deployment.

      I somewhere read about adding "executable" to the CONFIG member might work, but it doesn't.

      Is it me or QtCreator who is missing something?

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            raven-worx raven-worx
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes