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. [Moved] Suitable build tool which will automatically import all the required dlls/libraries into the release build

[Moved] Suitable build tool which will automatically import all the required dlls/libraries into the release build

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 3 Posters 2.2k Views
  • 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.
  • S Offline
    S Offline
    sayem.bd
    wrote on last edited by
    #1

    Hi, I have started to use Qt just 1 week ago. I am trying to find a suitable build tool which will automatically build my project with all the required dependencies, something similar to Maven in Java, so that I will be able to release my application to users with all the required Qt dll/libraries.

    It will be really great if the tool is cross-platform and easy to use/configure.

    Thank you for your kind help.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      moellney
      wrote on last edited by
      #2

      The Microsoft Visual Studio IDE has something called deployment project. Adding the output of a project within this adds all libraries that are linked to the project.

      However in VS2005 it seems only to find out about the first level of dlls. So if you have dlls in your project that by itself need dlls that are not needed by the projects main exe you will have to fiddle around. However finally you have an installer that should contain all the dlls and runtimes needed.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sayem.bd
        wrote on last edited by
        #3

        Thanks moellney for your reply. Good to know that visual studio has a solution for this.

        What about linux and mac? Is there anything like this on those platforms?

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          This has been discussed so many times before, here. Please refer to the following older threads on the very same topic:

          • http://developer.qt.nokia.com/forums/viewthread/4498
          • http://developer.qt.nokia.com/forums/viewthread/8405
          • http://developer.qt.nokia.com/forums/viewthread/3518
          • http://developer.qt.nokia.com/forums/viewthread/6604
          • Tag search: http://developer.qt.nokia.com/search/tag/installer

          http://www.catb.org/~esr/faqs/smart-questions.html

          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