Guest User

Untitled

a guest
Dec 15th, 2017
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. win32:CONFIG(release, debug|release): LIBS += -L$$PWD/C:/Program Files (x86)/Windows
  2.  
  3. Kits/8.1/Lib/winv6.3/um/x64/ -lGlU32
  4. else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/C:/Program Files (x86)/Windows Kits/8.1/Lib/winv6.3/um/x64/ -lGlU32d
  5.  
  6. INCLUDEPATH += $$PWD/C:/Program Files (x86)/Windows Kits/8.1/Include/um/gl
  7. DEPENDPATH += $$PWD/C:/Program Files (x86)/Windows Kits/8.1/Include/um/gl
  8.  
  9. LIBS += glu32
  10.  
  11. LIBS += Glu32d
  12.  
  13. -L"$$PWD/C:/Program Files (x86)/Windows"
  14.  
  15. -L$$quote($$PWD/C:/Program Files (x86)/Windows)
  16.  
  17. win32: ...
  18. else: win32: ...
  19.  
  20. QMAKE_LIBDIR += "glu32_location"
Add Comment
Please, Sign In to add comment