To use QGlWidget which qt library file I have to add in Visual Studio project.
-
I created sln file from .pro file but when I am adding QGlWidget to it lots of linker errors related with QGlWidget are coming. That means project file is not having right settings for any required library file. Even though the project was running well in creator with .pro. Do you have idea which lib file belong to QGlWidget so that I will add it manually to project file.