Core Dll is missing
Unsolved
General and Desktop
-
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)
-
Hi
But was the DLL deleted?
I mean, do you have
C:/Qt/Tools/mingw530_32/bin/libgcc_s_seh-1.dll -
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.