Error: LINK2019, LINK2001 on MSVC
Solved
General and Desktop
-
When qt is run as msvc, 825 link2019, link2001 errors occur. This project was built normally in minGW. Does this have anything to do with compatibility of msvc compiler and wt? What should I do to solve this?
And I have installed visual studio 2019 for msvc compatible with qt version. But I don't know if this is properly linked.
I am new to qt. Thanks for reading.
!![캡처114.JPG] -
@MyNameIsQt said in Error: LINK2019, LINK2001 on MSVC:
What should I do to solve this?
Do a complete rebuild: delete build folder run qmake (or cmake) and build.
-