Qt 5 and QtCreator -- Release Build Requires Debug DLLs

My project is Qt5.0.2. on Windows 7. No third party libs to link against, except quazip which is also built in release mode. I build in release mode. I execute the binary in the release build folder and it says that it requires debug dlls. I am not sure what I have done wrong in configuration. Here is what I have tried.

Deleted the build folder, ran qmake, then build.
Deleted the build folder, ran clean, ran qmake, then build.
Ran clean, ran qmake, then build.

Still with all 3, it requires the debug dll.

Any help?
Topic archived. No new replies allowed.