Skip to content

Commit a6da1ca

Browse files
authored
Update PythonQt for QSocketNotifier for Qt5
See: commontk/PythonQt#63
1 parent 9604eda commit a6da1ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeExternals/PythonQt.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if(NOT DEFINED PYTHONQT_INSTALL_DIR)
7878
endif()
7979

8080
if (CTK_QT_VERSION VERSION_GREATER "4")
81-
set(revision_tag 8462a54a3281aff550730530c999cee4eb453bea) # patched-8
81+
set(revision_tag 30d788f4543b87f2e9fcade063d9007447c0e95d) # patched-8
8282
else()
8383
set(revision_tag 1afe4f8906345063b25047652e8962f641010a55) # patched-5
8484
endif()

0 commit comments

Comments
 (0)