Skip to content

Commit

Permalink
COMP: Update PythonQt version with generated Qt 5.15 wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesobutler committed Dec 14, 2023
1 parent f53820a commit faa0386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeExternals/PythonQt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)

ctkFunctionExtractOptimizedLibrary(PYTHON_LIBRARIES PYTHON_LIBRARY)
if(CTK_QT_VERSION VERSION_EQUAL "5")
set(revision_tag c4a5a155b2942d4b003862c3317105b4a1ea6755) # patched-9
set(revision_tag d653718d75c497576986dea4cc8e10a54705e8d5) # patched-11
else()
message(FATAL_ERROR "Support for Qt${CTK_QT_VERSION} is not implemented")
endif()
Expand All @@ -98,7 +98,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
set(location_args GIT_REPOSITORY ${${proj}_GIT_REPOSITORY}
GIT_TAG ${revision_tag})
else()
set(location_args GIT_REPOSITORY "https://github.com/commontk/PythonQt.git"
set(location_args GIT_REPOSITORY "https://github.com/jamesobutler/PythonQt.git"
GIT_TAG ${revision_tag})
endif()

Expand Down

0 comments on commit faa0386

Please sign in to comment.