From d74e2d5a64c7f18c9221327e3c00c9eb2f241389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Skowro=C5=84ski?= Date: Sun, 25 Dec 2016 01:16:26 +0100 Subject: [PATCH] Use PySide2 tools for Qt5 build. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 361371f5e..664c1e65e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -856,7 +856,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") "==================\n") 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() # set(PYTHON_SUFFIX -python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}) SET(PYTHON_SUFFIX -python2.7) # for shiboken