mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
PyQt4Macros.cmake: also check for a prefixed version of pyuic4
fixes the lookup on Arch, which has python pointing to python3
This commit is contained in:
parent
929ea30c1c
commit
0f8a99e550
@ -12,7 +12,7 @@ IF(NOT PYUIC4_PROGRAM)
|
||||
PATHS $ENV{LIB_DIR}/bin
|
||||
)
|
||||
ELSE(MSVC)
|
||||
FIND_PROGRAM(PYUIC4_PROGRAM pyuic4)
|
||||
FIND_PROGRAM(PYUIC4_PROGRAM NAMES python2-pyuic4 pyuic4)
|
||||
ENDIF (MSVC)
|
||||
|
||||
IF (NOT PYUIC4_PROGRAM)
|
||||
|
Loading…
x
Reference in New Issue
Block a user