mirror of https://github.com/qt/qtbase.git
13 lines
285 B
Prolog
13 lines
285 B
Prolog
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)
|