Look for sip files in /usr/share/py-sip as well for freebsd

This commit is contained in:
David Sansome 2011-02-27 12:14:12 +00:00
parent cc28966e6e
commit e9a13bc864
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
find_path(PYQT_SIP_DIR QtCore/qstring.sip
PATHS /System/Library/Frameworks/Python.framework/Versions/2.6
PATH_SUFFIXES share/sip/PyQt4 share/sip ../share/sip
PATH_SUFFIXES share/sip/PyQt4 share/sip ../share/sip share/py-sip/
)
find_program(SIP_BINARY "sip"