[PyQt] ld errors from pyqtdeploy project

Phil Thompson phil at riverbankcomputing.com
Sun Oct 26 08:36:10 GMT 2014


On 26/10/2014 5:12 am, Dominique Cyprès wrote:
> Hi all,
> 
> Lately I've been trying to freeze a PyQt5 application using pyqtdeploy
> 0.8, running on Windows XP in a VM. Things seem to go alright until I'm
> building the frozen application and get these ld errors:
> 
> cannot find -lQt
> cannot find -lQtCore
> cannot find -lQtGui
> cannot find -lQtWidgets
> cannot find -lQtPrintSupport
> cannot find -lQsci
> cannot find -lsip
> 
> This happens whether I invoke nmake through pyqtdeploy, from the 
> command
> line, or through Qt Creator's build process. Should I be changing some
> environment variables or something?

It's not finding the static builds on PyQt, QScintilla and sip. Check 
the various LIBS settings in the generated .pro file.

Phil


More information about the PyQt mailing list