File: framebufferobject.pro

package info (click to toggle)
qtsvg-opensource-src 5.15.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,064 kB
  • sloc: cpp: 15,444; makefile: 19; ansic: 18; xml: 14
file content (11 lines) | stat: -rw-r--r-- 282 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
qtConfig(opengles2):error("This example is written for OpenGL 1.x")

QT += widgets opengl svg

HEADERS += glwidget.h
SOURCES += glwidget.cpp main.cpp
RESOURCES += framebufferobject.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/svg/opengl/framebufferobject
INSTALLS += target