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

QT += opengl widgets

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


simulator: warning(This example might not fully work on Simulator platform)