Qt+MinGW+NetBeans QtCored4.dll not found

Started by
3 comments, last by Misery 13 years, 4 months ago
Hi,
I have begun to use Qt library and I'm trying to integrate it with NetBeans.
However when i build my "hello world" application I have an error:
QtCored4.dll not found.
Altough I have it in Qt folder, and I also have addet its path to PATH and QTDIR.

Anybody knows how to solve this problem? (found nothing useful in google)

Thanks in advance.
Advertisement
just move the dll to the exe directory.
It worked. Also copying all Qt\bin\*.dll to Windows\System32 hepled.
But why adding location to PATH didn't work?
Adding the location to PATH should have worked.

When you do this you need to be careful you are adding the right location - one Qt/bin folder is actually used by Qt demos and doesn't contain the debug dll's.

e.g.
Qt\2010.05\bin incorrect
Qt\2010.05\qt\bin correct
Thank You sooooo much :]

This topic is closed to new replies.

Advertisement