From 8cfaf1e6ab558275c24009bac28bfbb753f2221d Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Tue, 23 Apr 2019 17:08:31 -0400 Subject: [PATCH] COMP: Fix regression by effectively updating PythonQt version List of PythonQt changes for patched-8 branch: $ git shortlog 30d788f..946253d --no-merges Jean-Christophe Fillion-Robin (2): Fix setRedirectStdInCallbackEnabled Add support for enabling stdout/stderr redirection List of PythonQt changes for patched-5 branch: $ git shortlog 1afe4f8..5d46804 --no-merges Jean-Christophe Fillion-Robin (3): Remove README.md now available on welcome branch Fix setRedirectStdInCallbackEnabled Add support for enabling stdout/stderr redirection --- CMakeExternals/PythonQt.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeExternals/PythonQt.cmake b/CMakeExternals/PythonQt.cmake index 5c3a282593..7049f4f50b 100644 --- a/CMakeExternals/PythonQt.cmake +++ b/CMakeExternals/PythonQt.cmake @@ -78,9 +78,9 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR) endif() if (CTK_QT_VERSION VERSION_GREATER "4") - set(revision_tag 30d788f4543b87f2e9fcade063d9007447c0e95d) # patched-8 + set(revision_tag 946253d4584a4cc5238335d9a4bedeaed1a55d27) # patched-8 else() - set(revision_tag 1afe4f8906345063b25047652e8962f641010a55) # patched-5 + set(revision_tag 5d46804e39c72c224cee8e258c30fc618171f57d) # patched-5 endif() if(${proj}_REVISION_TAG)