From c5a1065a76cd34c5a7f29a6111f45801f5731044 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 6 Jun 2014 11:09:45 +0530 Subject: [PATCH] Update PyQt build instructions --- setup/installer/windows/notes.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup/installer/windows/notes.rst b/setup/installer/windows/notes.rst index 3781703569..d1c482adf4 100644 --- a/setup/installer/windows/notes.rst +++ b/setup/installer/windows/notes.rst @@ -529,9 +529,8 @@ PyQt4 Compiling instructions:: - python configure.py -c -j5 -e QtCore -e QtGui -e QtSvg -e QtNetwork -e QtWebKit -e QtXmlPatterns --verbose --confirm-license - nmake - nmake install + python configure.py -c -j5 --no-designer-plugin --no-qml-plugin --verbose --confirm-license + nmake && nmake install libimobiledevice