Skip to content

Commit

Permalink
PyQt4 detection.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7141 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
what_nick committed Aug 15, 2007
1 parent 21cee8d commit 9801067
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions win_build/python.nsh
Expand Up @@ -16,6 +16,16 @@ ng:
ok:
MessageBox MB_OK "Python located $9"

IfFileExists $9\Lib\site-packages\PyQt4 pyqtok pyqtng

pyqtng:
MessageBox MB_OK "PyQt4 is not installed.$\nPlease install PyQt4 first."
#copy over bundled pyqt4 instead of skipping
goto pythonskip
pyqtok:
MessageBox MB_OK "PyQt4 located"


!macroend

!endif

0 comments on commit 9801067

Please sign in to comment.