Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QtCreator: Deploy custom install target to Linux device with executable flags

QtCreator: Deploy custom install target to Linux device with executable flags

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 442 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • raven-worxR Offline
    raven-worxR Offline
    raven-worx
    Moderators
    wrote on last edited by
    #1

    Maybe anyone has already experience with it and can share his knowledge with me :)

    i am trying to deploy a gdbserver executable (from a Windows machine to a Linux device).
    I added the following install target lines which do deploy the executable but in the end it lacks the executable flags (since the file is copied from a Windows filesystem of course).

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

    I tried to add the "executable" flag to the CONFIG member, but it seems this is ignored by QtCreator when deploying. Setting the executable permissions works for the "target" install target, but i guess there is some implicit logic involved inside QtCreator.

    Do i miss something? Or is it just not supported by QtCreator yet?

    --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
    If you have a question please use the forum so others can benefit from the solution in the future

    1 Reply Last reply
    0
    • aha_1980A Offline
      aha_1980A Offline
      aha_1980
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Now tracked as QTCREATORBUG-22663

      Qt has to stay free or it will die.

      raven-worxR 1 Reply Last reply
      0
      • aha_1980A aha_1980

        Now tracked as QTCREATORBUG-22663

        raven-worxR Offline
        raven-worxR Offline
        raven-worx
        Moderators
        wrote on last edited by
        #3

        @aha_1980
        and already about to being fixed :)

        --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
        If you have a question please use the forum so others can benefit from the solution in the future

        aha_1980A 1 Reply Last reply
        0
        • raven-worxR raven-worx

          @aha_1980
          and already about to being fixed :)

          aha_1980A Offline
          aha_1980A Offline
          aha_1980
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @raven-worx

          Yeah, Christian is very engaged. The Project Manager did a huge progress since he started working on it last year.

          Qt has to stay free or it will die.

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved