1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 03:27:40 +01:00

Fix the cmake check for python-qt on maverick

This commit is contained in:
David Sansome 2011-01-20 21:38:58 +00:00
parent ee06d779f2
commit fec096b389

View File

@ -1,4 +1,4 @@
find_path(PYQT_SIP_DIR Qt/Qtmod.sip
find_path(PYQT_SIP_DIR QtCore/qstring.sip
PATHS /System/Library/Frameworks/Python.framework/Versions/2.6
PATH_SUFFIXES share/sip/PyQt4
)