Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix pyrcc4 detection on windows (followup 0b6dd35)
  • Loading branch information
jef-n committed Nov 16, 2015
1 parent 08ec25b commit 5129527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PyQtMacros.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 5129527

Please sign in to comment.