summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/framebufferobject2/framebufferobject2.pro
blob: 3f2578bc1f8eb652d4ba6e430d845cbf54e288d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS += glwidget.h
SOURCES += glwidget.cpp main.cpp
RESOURCES += framebufferobject2.qrc

QT += opengl widgets

# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/legacy/framebufferobject2
INSTALLS += target

qtConfig(opengles.|angle|dynamicgl): error("This example requires Qt to be configured with -opengl desktop")