Navigation Menu

Skip to content

Commit

Permalink
Added MINGW PyQt4 overwrite - is it safe ?
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0_9_0@7265 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
what_nick committed Oct 12, 2007
1 parent 280b483 commit 4e0c022
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win_build/python.nsh
Expand Up @@ -23,9 +23,9 @@ pyqtng:
#copy over bundled pyqt4 instead of skipping
goto pythonskip
pyqtok:
MessageBox MB_OK "PyQt4 located"


MessageBox MB_OK "PyQt4 located.$\nNote: Overwriting with included copy."
SetOutPath "$9\Lib\site-packages\"
File /r "C:\Program Files\qgis${PRODUCT_VERSION_NUMBER}\PyQt4"
!macroend

!endif

0 comments on commit 4e0c022

Please sign in to comment.