# - /usr/share/sip/PyQt4/QtCore, for a system install
# - or <xyz>/sip/QtCore, for a custom install
# - or <xyz>/share/sip/QtCore, for a custom install
-FIND_FILE(PYQT_SIP_MAIN_FILE qobject.sip PATH_SUFFIXES share/sip/QtCore sip/QtCore share/sip/PyQt4/QtCore)
+FIND_FILE(PYQT_SIP_MAIN_FILE qobject.sip
+ PATHS ${_tmp_ROOT_DIR}
+ PATH_SUFFIXES share/sip/QtCore sip/QtCore share/sip/PyQt4/QtCore)
IF(PYQT_SIP_MAIN_FILE)
GET_FILENAME_COMPONENT(PYQT_SIPS_DIR "${PYQT_SIP_MAIN_FILE}" PATH)
# - /usr/share/sip/PyQt5/QtCore, for a system install
# - or <xyz>/sip/QtCore, for a custom install
# - or <xyz>/share/sip/QtCore, for a custom install
-FIND_FILE(PYQT_SIP_MAIN_FILE qobject.sip PATH_SUFFIXES share/sip/QtCore sip/QtCore share/sip/PyQt5/QtCore)
+FIND_FILE(PYQT_SIP_MAIN_FILE qobject.sip
+ PATHS ${_tmp_ROOT_DIR}
+ PATH_SUFFIXES share/sip/QtCore sip/QtCore share/sip/PyQt5/QtCore)
IF(PYQT_SIP_MAIN_FILE)
GET_FILENAME_COMPONENT(PYQT_SIPS_DIR "${PYQT_SIP_MAIN_FILE}" PATH)