Use PySide2 tools for Qt5 build.
This commit is contained in:
parent
3bf2cba53b
commit
d74e2d5a64
|
@ -856,7 +856,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
"==================\n")
|
"==================\n")
|
||||||
endif(NOT PYSIDE_INCLUDE_DIR)
|
endif(NOT PYSIDE_INCLUDE_DIR)
|
||||||
|
|
||||||
find_package(PySideTools REQUIRED) # PySide2 utilities (pyside-uic & pyside-rcc)
|
find_package(PySide2Tools REQUIRED) # PySide2 utilities (pyside2-uic & pyside2-rcc)
|
||||||
else()
|
else()
|
||||||
# set(PYTHON_SUFFIX -python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
|
# set(PYTHON_SUFFIX -python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR})
|
||||||
SET(PYTHON_SUFFIX -python2.7) # for shiboken
|
SET(PYTHON_SUFFIX -python2.7) # for shiboken
|
||||||
|
|
Loading…
Reference in New Issue
Block a user