Qt's version mixing.
-
I have updated my application from Qt5 to Qt6. The succesfully built it. But on running I get a message that Qt5Core.dll and Qt5Network.dll were not found.
In the .pro file, the core5compat is disabled.
Please advise, how locate what module, class, etc uses the Qt5 modules.
-
I have updated my application from Qt5 to Qt6. The succesfully built it. But on running I get a message that Qt5Core.dll and Qt5Network.dll were not found.
In the .pro file, the core5compat is disabled.
Please advise, how locate what module, class, etc uses the Qt5 modules.
-
-
-
@jsulm Probably, I suppose the reason....the application uses third party dll, that it was built by Qt5, can it be a reason?
-