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. [solved]what dll files will my Qt app require??

[solved]what dll files will my Qt app require??

Scheduled Pinned Locked Moved General and Desktop
9 Posts 5 Posters 6.3k 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
    shahid.pk
    wrote on last edited by
    #1

    I made an app that had lots of things from gui module like Qt widgets and its sub classes i give to a frind for checking with Qt core dll and qt gui dll but that app seem to be needing infinite dll files.how would i know which dlls my app needs.or the user of my app will also need to install qt library?i know the static linking is another way of doing this but right know i want it this way.sorry if it is very beginner question.

    Love to learn....

    1 Reply Last reply
    0
    • D Offline
      D Offline
      d2uriel
      wrote on last edited by
      #2

      That depends on the IDE and compiler you are using - which one is it?

      If it's MS Visual Studio - your friend needs to install "MS VS Redistributable package":http://www.microsoft.com/download/en/details.aspx?id=29 for your version of VS.

      If it's Netbeans with gcc (included in MinGW) - you have to deploy your app with mingwm10.dll and libgcc_s_dw2-1.dll (other dll's could also be needed).

      "Do not judge, and you will never be mistaken." - Jean-Jacques Rousseau

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on last edited by
        #3

        There is also more information "on deployment in the documentation ":http://developer.qt.nokia.com/doc/qt-4.8/deployment.html and links in there

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0
        • ? This user is from outside of this forum
          ? This user is from outside of this forum
          Guest
          wrote on last edited by
          #4

          Also you can use http://www.dependencywalker.com/

          1 Reply Last reply
          0
          • S Offline
            S Offline
            shahid.pk
            wrote on last edited by
            #5

            thank you all very much i got it solved.

            Love to learn....

            1 Reply Last reply
            0
            • M Offline
              M Offline
              mlong
              wrote on last edited by
              #6

              Be sure and edit the title of the tread to add [Solved]. Thanks!

              Software Engineer
              My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

              1 Reply Last reply
              0
              • S Offline
                S Offline
                shahid.pk
                wrote on last edited by
                #7

                yes i am sure.thanks mlong

                Love to learn....

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  SeedOfLife
                  wrote on last edited by
                  #8

                  Kindly mention how u solved it. I am having similar problems in deployment and would like to know how best to approach it.

                  1 Reply Last reply
                  0
                  • S Offline
                    S Offline
                    shahid.pk
                    wrote on last edited by
                    #9

                    if you still have that problem SeedOfLife.i just added the .dlls for the Qt modules i was using in my application and in addition i also added the compiler specific dll i was using MingGw so i include the dll that d2uriel has mentionde in his post above.sorry for late reply

                    Love to learn....

                    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