Skip to content

Commit 4e0c022

Browse files
author
what_nick
committed
Added MINGW PyQt4 overwrite - is it safe ?
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_0@7265 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 280b483 commit 4e0c022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

win_build/python.nsh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ pyqtng:
2323
#copy over bundled pyqt4 instead of skipping
2424
goto pythonskip
2525
pyqtok:
26-
MessageBox MB_OK "PyQt4 located"
27-
28-
26+
MessageBox MB_OK "PyQt4 located.$\nNote: Overwriting with included copy."
27+
SetOutPath "$9\Lib\site-packages\"
28+
File /r "C:\Program Files\qgis${PRODUCT_VERSION_NUMBER}\PyQt4"
2929
!macroend
3030

3131
!endif

0 commit comments

Comments
 (0)