Closed ArmandRathgeb closed 4 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]
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.
DefaultTwoDigitBaseYear
Building with Qt 6.7.0, Python 3.11, and MSVC on Windows 11 fails with: