Skip to content

Commit 13636e7

Browse files
author
what_nick
committedAug 15, 2007
PyQt4 detection.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7141 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 087d841 commit 13636e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎win_build/python.nsh‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ ng:
1616
ok:
1717
MessageBox MB_OK "Python located $9"
1818

19+
IfFileExists $9\Lib\site-packages\PyQt4 pyqtok pyqtng
20+
21+
pyqtng:
22+
MessageBox MB_OK "PyQt4 is not installed.$\nPlease install PyQt4 first."
23+
#copy over bundled pyqt4 instead of skipping
24+
goto pythonskip
25+
pyqtok:
26+
MessageBox MB_OK "PyQt4 located"
27+
28+
1929
!macroend
2030

2131
!endif

0 commit comments

Comments
 (0)
Please sign in to comment.