Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. How to make a cleaned up deployment?

How to make a cleaned up deployment?

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 2 Posters 1.1k 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.
  • Q Offline
    Q Offline
    qmlLearner
    wrote on last edited by
    #1

    Hi!

    I successfully followed your nice "tutorial":http://qt-project.org/wiki/Deploy_an_Application_on_Windows for the deployment of an application on a windows machine. Everything worked and there is only one thing that I wish to change now: I want the application in the end to have the following folder structure:

    • .exe file
    • data folder (where I put all the data in that my desktop application requires)
    • lib folder (where I put in all dll to make the top level less cluttered/nicer appearance for the user)

    Is there a tutorial for achieving that as well?
    Thank you very much for any hints!

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

      Hi,

      You should then have a look at qt.conf in Qt's documentation

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Q Offline
        Q Offline
        qmlLearner
        wrote on last edited by
        #3

        Thank you for your reply!
        I read Qt's "documentation":http://qt-project.org/doc/qt-5/qt-conf.html, but I still have no clue, how to achieve it.
        Do you have a small example?

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Just put the file besides your executable and follow the little example as a base

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          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