Qt 6.11 is out! See what's new in the release
blog
Qt6 entry point
-
Hello,
I wrote an application using Qt5 in Visual Studio and I tried to migrate to Qt6. When I tried to compile it, I receive an error message becaus the file qtmain.lib that I was using in my linker does not exists anymore in Qt6. So I simply removed qtmain.lib from the linker, bu now I have a new error message:
MSVCRT.lib(exe_winmain.obj) : error LNK2001: unresolved external symbol WinMain
How can I solve it?
-
It's Qt6EntryPoint now.
Apart from this - better use CMake or QMake and let create them your VS solution instead doing all manually.