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. [SOLVED] Deployement of a Qt5 Apps on Windows7 _fail_
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Deployement of a Qt5 Apps on Windows7 _fail_

Scheduled Pinned Locked Moved Installation and Deployment
8 Posts 4 Posters 19.1k Views 1 Watching
  • 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 Offline
    M Offline
    Marco_105
    wrote on last edited by
    #1

    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
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      Install VC++ redist package.

      (Z(:^

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

        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
        1
        • M Offline
          M Offline
          Marco_105
          wrote on last edited by
          #4

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

            No problem, glad I could help! :)

            http://www.goblincoding.com

            1 Reply Last reply
            0
            • Q Offline
              Q Offline
              qt-ore
              wrote on last edited by
              #6

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

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

                http://www.goblincoding.com

                1 Reply Last reply
                0
                • M Offline
                  M Offline
                  Marco_105
                  wrote on last edited by
                  #8

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

                  So, i make the correction above...

                  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