We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7172f01 commit df67a27Copy full SHA for df67a27
python/CMakeLists.txt
@@ -39,9 +39,9 @@ IF(PYQT4_VERSION_NUM LESS 263680) # 0x040600
39
SET(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} PROXY_FACTORY)
40
ENDIF(PYQT4_VERSION_NUM LESS 263680)
41
42
-IF(NOT SIP_VERSION_NUM LESS 266496) # 0x041100
+IF(NOT PYQT4_VERSION_NUM LESS 263941) # 0x040705
43
SET(SIP_DISABLE_FEATURES ${SIP_DISABLE_FEATURES} QSETINT_CONVERSION)
44
-ENDIF(NOT SIP_VERSION_NUM LESS 266496)
+ENDIF(NOT SIP_VERSION_NUM LESS 263941)
45
46
# core module
47
FILE(GLOB sip_files_core core/*.sip)
0 commit comments