Hi,

I'm using the latest SDK with Qt 4.6.2. I got all (5 in total) but one library (.dll) loading. When running from Qt Creator it loads fine but when running outside it doesn't get loaded.

QLibrary::errorString() gives me: "Cannot load library ./weblord.dll . The specified module could not be found."
and QFile::exists() finds the library ./weblord.dll. All loaded libraries have the same path (./libname.dll)

On Linux it loads all libraries fine. All libraries are in the root with the executable.

Has someone an idear what might be going on.

In Qt 4.5.3 it was all running fine, I cleaned out the project and reran qmake and it compiles without any warning or errors.