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. Installer exe

Installer exe

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 499 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.
  • R Offline
    R Offline
    Rockerz
    wrote on last edited by Rockerz
    #1

    I creating installer for qt projects in qt verison 5.15.2, Installer created. When it opens the application getting error libgcc_s_seh-1.dll, libstdc++-6.dll not found but it is available in C:/ > Qt >Tools > mingw810_64 > bin folder?
    How to solve this issue?

    R 1 Reply Last reply
    0
    • R Rockerz

      I creating installer for qt projects in qt verison 5.15.2, Installer created. When it opens the application getting error libgcc_s_seh-1.dll, libstdc++-6.dll not found but it is available in C:/ > Qt >Tools > mingw810_64 > bin folder?
      How to solve this issue?

      R Offline
      R Offline
      Redman
      wrote on last edited by
      #2

      @Rockerz Looks like the .dll are not present in the .exe folder. Try copying them manually into the .exe folder and see if it works.

      R 1 Reply Last reply
      0
      • R Redman

        @Rockerz Looks like the .dll are not present in the .exe folder. Try copying them manually into the .exe folder and see if it works.

        R Offline
        R Offline
        Rockerz
        wrote on last edited by
        #3

        @Redman I copied those .dll files pasted in application folder it works.
        windeployqt.exe with application path required .dll files are generated except ibgcc_s_seh-1.dll, libstdc++-6.dll , libwinpthread-1.dll May I know the reason for that.

        R 1 Reply Last reply
        0
        • R Rockerz has marked this topic as solved on
        • R Rockerz

          @Redman I copied those .dll files pasted in application folder it works.
          windeployqt.exe with application path required .dll files are generated except ibgcc_s_seh-1.dll, libstdc++-6.dll , libwinpthread-1.dll May I know the reason for that.

          R Offline
          R Offline
          Rockerz
          wrote on last edited by
          #4

          @Rockerz I copied and pasted But i'm getting The procedure entry point_Z20qResourceFeatureZlib could not be located in the dynamic link library

          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