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] Issues deployment Qt 5 application

[SOLVED] Issues deployment Qt 5 application

Scheduled Pinned Locked Moved General and Desktop
6 Posts 4 Posters 1.8k 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.
  • H Offline
    H Offline
    Hatchi
    wrote on last edited by
    #1

    Dear all

    I was trying to deploy my Qt application developed with Qt 5.0.1 so that it can run outside the development environment. At first I received errors that I had to include Qtcore.dll, Qtgui.dll etc. in my distributable. However I kept getting messages and the system still doesn't start. This is the screenshot of dependency walker:
    !http://www.jonaspoelmans.com/error/Dependency.jpg(http://www.jonaspoelmans.com/error/Dependency.jpg)!

    This is the screenshot of the application and the dlls I included already.
    !http://www.jonaspoelmans.com/error/DLLs.jpg(http://www.jonaspoelmans.com/error/DLLs.jpg)!

    I included some dlls already but dependency walker keeps giving errors and application doesn't run.

    Why?

    Kind regards and thanks in advance
    Hatchi

    1 Reply Last reply
    0
    • Q Offline
      Q Offline
      qxoz
      wrote on last edited by
      #2

      Hi!
      Did you look at deployment "docs":http://qt-project.org/doc/qt-5.0/qtdoc/deployment-windows.html ?

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

        Hi,

        As an additional note, IIRC ieframe, shlwapi and urlmon are system dlls, you don't need to put them in your application directory

        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
        • G Offline
          G Offline
          goblincoding
          wrote on last edited by
          #4

          You also need to add libEGL.dll

          (See "this":http://qt-project.org/forums/viewthread/21269 thread)

          and platforms/qwindows.dll (refer to the docs link posted by qxoz above)

          http://www.goblincoding.com

          1 Reply Last reply
          0
          • H Offline
            H Offline
            Hatchi
            wrote on last edited by
            #5

            Thank you very much for your quick replies. Your suggestions solved my problem!!

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goblincoding
              wrote on last edited by
              #6

              Please mark the thread as "Solved" :)

              http://www.goblincoding.com

              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