Hi,

I am stuck up with a problem for the past few days. Please Help me out. I have created a sample application using Signals and Slots.

Now i do
1> qmake -project
2> qmake
3> make

after doin make it gives the following error:

C:\MinGW\bin\..\lib\gcc\mingw32\3.4.2\..\..\..\..\ mingw32\bin\ld.exe: cannot find -lQtGuid4.
collect2: ld returned 1 exit status
mingw32-make[1]: *** [debug\Sample.exe] Error 1
mingw32-make[1]: Leaving directory `C:/PracticeQT/Sample'
mingw32-make: *** [debug] Error 2

and returns back to the command prompt. I have also attached the command prompt window which contains the same error at the end of the message.

I have multiple times re-installed the QT with MinGW in the proper order and ran configure.exe. But then have got the same error.

Please tell me how to get out from this error. I have installed the QT 4.1.0 open source and MinGW 3.2.0 versions.

Thanking you,

Kapil