<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi All,<div class=""><br class=""></div><div class="">I am currently trying to build a static version of PyQt5 such that I can use pyqtdeploy. I am able to build C++ applications with my Qt5.4 installation and the MSVC2010 compiler absolutely fine, but when I try to build PyQt5 from source I get an error whilst running configure.py:</div><div class=""><br class=""></div><div class=""><font face="Consolas" class="">.\qtdetail.cpp(1) : fatal error C1083: Cannot open include file: ‘QCoreApplication’: No such file or directory</font></div><div class=""><br class=""></div><div class="">I guess this means that its failing to find the Qt include directories? Do these need to be on my path?</div><div class=""><br class=""></div><div class="">Just wondering if anybody has seen this before (Phil :) and has any suggestions.</div><div class=""><br class=""></div><div class="">Cheers, Rob</div></body></html>