Qt Forum

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

    Qt Academy Launch in California!

    [SOLVED] Deployement of a Qt5 Apps on Windows7 _fail_

    Installation and Deployment
    4
    8
    18560
    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.
    • M
      Marco_105 last edited by

      Hello,
      I try to deploy a simple gui make with Qt5.01 Mingw and it did'nt run, something about Visual C++ Runtime library appear on a popup !

      In the release folder i put a lot of DLL from bin and also plugin\plateforms: qminimal and qwindows.
      So i don't get message about missing dll, just the Runtime library one.

      How could i fix it ?

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        Install VC++ redist package.

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • G
          goblincoding last edited by

          Hi there,

          Your structure should be:

          @
          YOURAPP
          platforms\qwindows.dll
          other.dll
          @

          In other words, it shouldn't be:

          @
          YOURAPP
          plugin\platforms\qwindows.dll
          other.dll
          @

          Hope that helps :)

          http://www.goblincoding.com

          1 Reply Last reply Reply Quote 1
          • M
            Marco_105 last edited by

            Oh, thanks to your quickly reply !
            You mean that i have to build a structure in the release folder, ok i try it !

            YOU'RE A CHIEF ! THAT WORKS !

            what a hell... I don't believe it !

            YES, that was just a structure folder misunderstood !

            So, i give what the working folder contains, may be could help other one in this case:


            YOURAPP
            D3DCompiler_43.dll
            icudt49.dll
            icuin49.dll
            icuuc49.dll
            libEGL.dll
            libgcc_s_sjlj-1.dll
            libGLESv2.dll
            libstdc++-6.dll
            libwinpthread-1.dll
            Qt5Core.dll
            Qt5Gui.dll
            Qt5Widgets.dll

            /platforms
            qwindows.dll


            This works for a simple GUI app.

            Thank you very much !

            1 Reply Last reply Reply Quote 2
            • G
              goblincoding last edited by

              No problem, glad I could help! :)

              http://www.goblincoding.com

              1 Reply Last reply Reply Quote 0
              • Q
                qt-ore last edited by

                Hi :-)
                funny thing: i posted a similar questions at the same time, but this wasn't solved by these steps.

                http://qt-project.org/forums/viewthread/27061/

                any further suggestions?

                1 Reply Last reply Reply Quote 0
                • G
                  goblincoding last edited by

                  In addition to the above list of dll's, you probably will also need: libEGL.dll

                  http://www.goblincoding.com

                  1 Reply Last reply Reply Quote 0
                  • M
                    Marco_105 last edited by

                    YES, that's true, i forgot this one: libEGL.dll

                    So, i make the correction above...

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