qt5base-lts/examples/opengl/framebufferobject2/framebufferobject2.pro

13 lines
285 B
Prolog
Raw Normal View History

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)