Guest User

Untitled

a guest
Jan 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. /usr/bin/ld: cannot find -lopengl32
  2. /usr/bin/ld: cannot find -lglu32
  3.  
  4. LIBS += -lopengl32
  5. -lglu32
  6.  
  7. win32 : LIBS += -lopengl32 -lglu32
  8.  
  9. unix : LIBS += -lopengl -lglu
Add Comment
Please, Sign In to add comment