mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix pyrcc4 detection on windows (followup 0b6dd352)
This commit is contained in:
parent
08ec25bedd
commit
51295273ff
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user