Advertisement
Serafim_

glutex- glutex.pro

Apr 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. TEMPLATE = app
  2. CONFIG += console
  3. CONFIG -= app_bundle
  4. CONFIG -= qt
  5. CONFIG += opengl
  6.  
  7. LIBS += -lglut -lGL -lGLU
  8. SOURCES += main.cpp
  9.  
  10. include(deployment.pri)
  11. qtcAddDeployment()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement