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. .exe file doesn’t start
Forum Updated to NodeBB v4.3 + New Features

.exe file doesn’t start

Scheduled Pinned Locked Moved Installation and Deployment
24 Posts 7 Posters 23.4k 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.
  • B Offline
    B Offline
    broinel
    wrote on last edited by
    #21

    Place the libEGL.dll into the exe's folder.

    In my case that helped. I'm still having the same problem when i want to run the exe on other computers. But at least it works so far on mine.

    Any ideas?

    1 Reply Last reply
    0
    • B Offline
      B Offline
      broinel
      wrote on last edited by
      #22

      okey i found a solution.

      • place all the dll's the program is asking for in your directory
      • place LibEGL.dll in your directory
      • create a new folder named "platforms"
      • place "qminimal.dll" and "qwindows.dll" in that folder

      start your exe

      G 1 Reply Last reply
      0
      • B broinel

        okey i found a solution.

        • place all the dll's the program is asking for in your directory
        • place LibEGL.dll in your directory
        • create a new folder named "platforms"
        • place "qminimal.dll" and "qwindows.dll" in that folder

        start your exe

        G Offline
        G Offline
        Giver_Kdk
        wrote on last edited by
        #23

        @broinel Yeah u're right. And if anyone is wondering where to find those .dll files, u will find it on "bin" and "plugins" folder of qt installation directory.

        J.HilkJ 1 Reply Last reply
        0
        • G Giver_Kdk

          @broinel Yeah u're right. And if anyone is wondering where to find those .dll files, u will find it on "bin" and "plugins" folder of qt installation directory.

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by
          #24

          @Giver_Kdk thats a very old thread here, and copying dll's by hand is usually the wrong and error prone way to deploy your qt application.

          Qt offers - officially - for Windows the windeployqt tool and for macOS macdeployqt tool:
          https://doc.qt.io/qt-5/windows-deployment.html
          https://doc.qt.io/qt-5/macos-deployment.html#macdeploy

          for linux, you actually have to do it by hand
          https://doc.qt.io/qt-5/linux-deployment.html
          or use the unofficial linuxdeployqt tool
          https://github.com/probonopd/linuxdeployqt


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          1 Reply Last reply
          2

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved