- I just have downloaded the CLion IDE fron Jetbrains.
- I have installed Qt6.3.1 with qt installer on windows.
- I have launch the default qtwidget project on CLion and build in
releasemode.
But when I launch the .exe, this error appear :
the entry point of the procedure _ZNSt33pmr20get_default_ressourceEv is not found in the dynamic link in [QT DLL]
QT dlls are well copied in the build folder, I have added C:\Qt\6.3.1\mingw_64\bin to my PATH environment
Is anyone know how to solve this ?
SOLUTION
I used msvc2019_64 rather than mingw_64 and It solve perfectly