fix pyrcc4 detection on windows (followup 0b6dd352)

This commit is contained in:
Juergen E. Fischer 2015-11-16 16:36:52 +01:00
parent 08ec25bedd
commit 51295273ff

View File

@ -56,7 +56,7 @@ ENDMACRO(PYQT_WRAP_UI)
IF(NOT PYRCC_PROGRAM)
IF (MSVC)
FIND_PROGRAM(PYRCC_PROGRAM
NAMES ${PYUIC_PROG_NAME}.exe
NAMES ${PYRCC_PROG_NAME}.exe
PATHS $ENV{LIB_DIR}/bin
)
ELSE(MSVC)