November 24, 2011

TuringMachine TuringMachine
Lab Rat
11 posts

can not open file QtGuid.lib

 

Hi
I had downloaded Qt 4.7.1 and compiled it using VS 2010 with the command line :
configure -debug-and-release -opensource -platform win32-msvc2010

The problem is that when i try to build an application that uses Qt i get an error
“can not open file QtGuid.lib” ?
What’s can be problem ?

Thanks.

4 replies

November 24, 2011

Gerolf Gerolf
Area 51 Engineer
3210 posts

because it is: QtGuid4.lib :-)

 Signature 

Nokia Certified Qt Specialist.
Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

November 24, 2011

TuringMachine TuringMachine
Lab Rat
11 posts

what do you mean?
but it looks for QtGuid.lib….

November 24, 2011

qxoz qxoz
Area 51 Engineer
585 posts

Can you post full error message?

November 25, 2011

Gerolf Gerolf
Area 51 Engineer
3210 posts

Then that is wrong :-)
The libs are named: <Module><d if debug>4.lib

Are you using QtCreator and MS tool chain or do you use MSVS 2010?
How do you create the project and the project settings (Qt plugin)?

 Signature 

Nokia Certified Qt Specialist.
Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

 
  ‹‹ Qt5 Deployment - static linking      QT 4.7.2 build error ››

You must log in to post a reply. Not a member yet? Register here!