summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/framebufferobject2/framebufferobject2.pro
blob: 78fc6b1a638804d784be42662f87aec9e4c60069 (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

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