Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    problem deploy project

    General and Desktop
    3
    4
    829
    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.
    • A
      AichaDev last edited by

      I deployed my project create with qt4 creator and compile with Visual Studio 2010, I try to run it on another pc it asks me dll files I have all provided, it is normally execute but I have some miniature not appear, I do not know where does the error exactly.help please
      Capture

      JKSH 1 Reply Last reply Reply Quote 0
      • Franckynos
        Franckynos last edited by

        It's possible you have missing imagereader.dll.

        At root of your application paste the folder : C:\Qt\yourqtversion\qt-5.4.1-x64-mingw492r1-seh-rev1\plugins\imageformats

        in the image formats you have jpg.dll, png.dll ...

        but at the root of your application you must have the folder names "imageformats"

        1 Reply Last reply Reply Quote 0
        • JKSH
          JKSH Moderators @AichaDev last edited by

          Hi,

          @AichaDev said:

          I deployed my project create with qt4 creator and compile with Visual Studio 2010, I try to run it on another pc it asks me dll files I have all provided, it is normally execute but I have some miniature not appear, I do not know where does the error exactly.help please
          Capture

          Your link doesn't work.

          What version of Qt are you using?

          • If Qt 4, see http://doc.qt.io/qt-4.8/deployment-windows.html
          • If Qt 5, see http://wiki.qt.io/Deploy_an_Application_on_Windows

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply Reply Quote 0
          • A
            AichaDev last edited by

            Yeees thank you very much, I'm pasting imageformats folder on the root file with my application and it works very well, thank you again :) :)

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