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. Core Dll is missing
Qt 6.11 is out! See what's new in the release blog

Core Dll is missing

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 997 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.
  • K Offline
    K Offline
    kitfox
    wrote on last edited by
    #1

    I have a project that has been building for a while, but recently I accidentally did a clean on it and now it won't build anymore. I'm getting an error message that a Qt Dll cannot be found. How do I fix this?

    CMake Error at mscore/cmake_install.cmake:46 (file):
      file INSTALL cannot find "C:/Qt/Tools/mingw530_32/bin/libgcc_s_seh-1.dll".
    Call Stack (most recent call first):
      cmake_install.cmake:38 (include)
    
    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      But was the DLL deleted?
      I mean, do you have
      C:/Qt/Tools/mingw530_32/bin/libgcc_s_seh-1.dll

      1 Reply Last reply
      1
      • K Offline
        K Offline
        kitfox
        wrote on last edited by kitfox
        #3

        No, it's not there. The closest dll is libgcc_s_dw2-1.dll

        I also ran the add/update tool recently. That might have something to do with it.

        jsulmJ 1 Reply Last reply
        0
        • K kitfox

          No, it's not there. The closest dll is libgcc_s_dw2-1.dll

          I also ran the add/update tool recently. That might have something to do with it.

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @kitfox Did you tryto delete build folder and rebuild completely?

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • K Offline
            K Offline
            kitfox
            wrote on last edited by
            #5

            Turns out this was due to a change in the makefile. It was mixing 32 and 64 bit libraries.

            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