How to disable linking with Qt6EntryPoint in Visual Studio?
Unsolved
General and Desktop
-
Hello,
i migrate a project from Qt 5 to Qt 6 in visual studio, with the qt addon.
No i have following problem (same like here):
"can not resolve symbol main" in Funktion ""int __cdecl qtEntryPoint(void)
I did not know how i can avoid to link against the Qt6EntryPoint Lib in Visual Studio.
Did anyone facing the same problem?Greetings,
Markus -
@Cupras If you're using CMake to manage your project then take a look at https://doc.qt.io/qt-6/cmake-target-property-qt-no-entrypoint.html