PDA

View Full Version : Link python26.lib to Qt



Rockem
2nd November 2009, 22:41
Hello all,

I'm having troubles linking python statically to my application
I downloaded the python's sources and compiled, all good
I added this line to my pro file:

win32:LIBS += vslib/python26_d.lib

compilation succeed

BUT, when I run the application its looking for the python26_d.dll !!!

what is the problem here ?
anybody knows ?

thanx
Eli