Qt 6.11 is out! See what's new in the release
blog
Issues which Qt Creator 13 upgrade to 14.01
-
I try to open old project created by Qt creator 13 after i upgraded to Qt Creator 14.01,many issues happened:
1,in included file:'type_traits' file not found D:\Qt6.24\mingw_64\include/QtCore/qglobal.h
2,no match constructor for initialization of 'QDialog'(fix available) D:/Qt/6.24/mingw_64/include/
3,Can not initialize a parameter of type ''QWidget *' with an rvalue of type 'loginDialog *'
etc
but it can running normally when clicked run button in QtCreator 14.01,so weiod!