Browse Source

Merge branch 'msmolens-update-pythonqt-to-latest-patched-5'

* msmolens-update-pythonqt-to-latest-patched-5:
  Update PythonQt to patched-5, which now includes selected updates from patched-6
Jean-Christophe Fillion-Robin 9 years ago
parent
commit
3884436e0e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -66,7 +66,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
     message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
   endif()
 
-  set(revision_tag f9c7e6a8e7c9ca7953b7128e820a81c93ed2cc56)
+  set(revision_tag b0194d0ce4a98a21c76344685c6bf7d77f870c7e)
   if(${proj}_REVISION_TAG)
     set(revision_tag ${${proj}_REVISION_TAG})
   endif()