[Qt-interest] Missing DLLs in Qt SDK

Colin Kern colin.kern at gmail.com
Thu Dec 17 06:48:08 CET 2009


Hi,

I've installed Qt SDK 2009.05 on Windows 7.  I didn't have any Qt or
Mingw previously installed on this Windows installation.  After
installing the SDK, I used Qt Creator to clone one of my project
repositories from a git server.  The project built fine, but when I
ran it, it said that mingwm10.dll was missing.  I searched my computer
and this file was not anywhere on it.  I discovered that in previous
version of the SDK, it was installed.  After copying this file onto my
computer, running my program still failed, now saying
libgcc_s_dw2-1.dll is missing.  I couldn't find this file, even in a
previous version of the SDK.  To make things even stranger, if I
create an entirely new project in Qt Creator, it builds and runs fine.
 Does anyone know what's going on?  Since new projects seem to work
fine, I was thinking there might be something in my project that is
causing this, but the only files in Git are the .pro and .pri files,
along with the .cpp/.h source files.

Thanks,
Colin



More information about the Qt-interest-old mailing list