Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Rules for deployment

    General and Desktop
    2
    2
    124
    Loading More Posts
    • 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.
    • michalt38
      michalt38 last edited by

      When I create a new project in Qt, at the end of the .pro file there are the following lines:

      # Default rules for deployment.
      qnx: target.path = /tmp/$${TARGET}/bin
      else: unix:!android: target.path = /opt/$${TARGET}/bin
      !isEmpty(target.path): INSTALLS += target
      

      What are those settings doing?

      aha_1980 1 Reply Last reply Reply Quote 0
      • aha_1980
        aha_1980 Lifetime Qt Champion @michalt38 last edited by

        Hi @michalt38,

        they are used for deployment.

        Regards

        Qt has to stay free or it will die.

        1 Reply Last reply Reply Quote 3
        • First post
          Last post