Browse Source

Consider all generated Qt 4.8 PythonQt wrappers

See issue #157
Jean-Christophe Fillion-Robin 13 years ago
parent
commit
75de057835
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeExternals/PythonQt.cmake

+ 1 - 1
CMakeExternals/PythonQt.cmake

@@ -44,7 +44,7 @@ if(${add_project})
         message(FATAL_ERROR "error: Python is required to build ${PROJECT_NAME}")
       endif()
 
-      set(revision_tag 97df3b0845b3f5c987d3141a9e651436882f5913)
+      set(revision_tag 654f3249d1cf3f3ff674b2ff6cca7a2ef3517f60)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()