April 18, 2012

GrahamL GrahamL
Ant Farmer
83 posts

cannot find -lQAxContainerd [SOLVED]

 

Hi
A colleague has developed an application using Qt 4.7.4
I am using Qt 4.8.0 and when I build the application the linker complains –

cannot find -lQAxContainerd

How can I resolve this?

Thanks

3 replies

April 18, 2012

AcerExtensa AcerExtensa
Robot Herder
567 posts

Look in your Qt installation path in lib folder if there QAxContainerd.lib are.
If it is there, add -L/path/to/qt/lib/folder right before -lQAxContainerd
If not, you probably need to compile activeqt(QTPATH/src/activeqt) by yourself.

 Signature 

God is Real unless explicitly declared as Integer.

April 18, 2012

GrahamL GrahamL
Ant Farmer
83 posts

Thanks!!
works now

April 18, 2012

AcerExtensa AcerExtensa
Robot Herder
567 posts

Please add [SOLVED] to the topic subject…

 Signature 

God is Real unless explicitly declared as Integer.

 
  ‹‹ [SOLVED] QT3D compared to GLC_lib      Custom scroll bar for QTextEdit ››

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