Hi,

on my Windows XP Pro system I installed QT 4.4.0 + VS 2005 (incl SP1).

I configured QT with this:
configure -platform win32-msvc2005 –no-qt3support
and compiled it with
nmake
Environment Variables which were added/edited by me:
QTDIR = C:\QT4
LIB = QTDIR\lib;
INCLUDE = QTDIR\include;
Path = QTDIR\bin;

Settings in VS 2005:

Tools-> Options -> Project and Project Solutions -> VC++-Folders

Executable Files:
$(QTDIR)\bin

Include files:
$(QTDIR)\include
$(QTDIR)\include\Qt

library files:
$(QTDIR)\lib


My Problem:

When I compile an example from the QT folder, it proceeds without problems.
No Errors, no warnings.
When I start the compiled application I get an error.
It can't find the QTCored4.dll .
It doesen't matter whether I compile in Debug or Release mode. I get these errors.


What could be the problem?

The missing files (and others) are located in my C:\QT4\lib !!!
QtCored4.dll
QtCore4.dll
QtCored4.lib
QtCore4.lib