MeVisLab / pythonqt

Dynamic Python binding for Qt Applications
https://mevislab.github.io/pythonqt/
GNU Lesser General Public License v2.1
251 stars 89 forks source link

Qt 6.7.0 Build Error #215

Closed ArmandRathgeb closed 4 months ago

ArmandRathgeb commented 6 months ago

Building with Qt 6.7.0, Python 3.11, and MSVC on Windows 11 fails with:

C:\Users\armandr\source\repos\pythonqt\generated_cpp\com_trolltech_qt_core_builtin\com_trolltech_qt_core_builtin0.h(5
80,98): error C2065: 'DefaultTwoDigitBaseYear': undeclared identifier [C:\Users\armandr\source\repos\pythonqt\src\Pytho
nQt-Qt6-Python3.11.vcxproj]
mrbean-bremen commented 6 months ago

Thanks - so far this is only tested with Qt up to 6.6.3. DefaultTwoDigitBaseYear is new in 6.7, so this will need an update in the generator configuration files.