Skip to content

Commit

Permalink
Alternative executable name for uic
Browse files Browse the repository at this point in the history
Add support for 'python2-pyside-uic' as a searched executable
name for pyside. This is the executable name used on Arch Linux.
  • Loading branch information
PeterShinners committed Nov 11, 2016
1 parent 7956eb4 commit b268e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindPySide.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if (NOT PYTHON_EXECUTABLE)
endif()

find_program(PYSIDEUICBINARY
NAMES pyside-uic
NAMES pyside-uic python2-pyside-uic
HINTS ${PYSIDE_BIN_DIR}
)

Expand Down

0 comments on commit b268e4a

Please sign in to comment.