Make sure we can find pyside on osx
This commit is contained in:
committed by
wwmayer
parent
4b8ebccc7d
commit
29e1117c8a
@@ -33,9 +33,9 @@ IF(Qt5Core_VERSION VERSION_LESS 5.14)
|
||||
set(RCCOPTIONS "")
|
||||
ELSE(Qt5Core_VERSION VERSION_LESS 5.14)
|
||||
# New (>= 5.14)
|
||||
FIND_PROGRAM(PYSIDE2UICBINARY NAMES uic-qt5 uic)
|
||||
FIND_PROGRAM(PYSIDE2UICBINARY NAMES uic-qt5 uic pyside2-uic)
|
||||
set(UICOPTIONS "--generator=python")
|
||||
FIND_PROGRAM(PYSIDE2RCCBINARY NAMES rcc-qt5 rcc)
|
||||
FIND_PROGRAM(PYSIDE2RCCBINARY NAMES rcc-qt5 rcc pyside2-rcc)
|
||||
set(RCCOPTIONS "--generator=python" "--compress-algo=zlib" "--compress=1")
|
||||
ENDIF(Qt5Core_VERSION VERSION_LESS 5.14)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user