error: opengl32.lib: No such file or directory
Unsolved
General and Desktop
-
Hello guys
I'm doing project on plotting graph using qcustom plot in RHEL 7(linux) and found this similar GitHub project . So I downloaded it and opened the project in my RHEL 7 environment. When I try to build the project it gives me this errorerror: opengl32.lib: No such file or directory
So when I checked its .pro file I found that the following line was mentioned
LIB+ =opengl32.lib
I tried searching for this lib file but could not find it.
GitHub project link- Smart Plotting project link
Please suggest how do I build it in RHEL environment
-
@HimanshuKaushik said in error: opengl32.lib: No such file or directory:
Please suggest how do I build it in RHEL environment
Don't link against opengl32.lib then - it's a windows library.