qt5base-lts/examples/opengl/qopenglwindow/qopenglwindow.pro
Laszlo Agocs e48737ae77 Introduce QOpenGLWindow
[ChangeLog] Added QOpenGLWindow. This serves as a convenience class for
creating windows showing OpenGL content via an API similar to QGLWidget
and without any widget dependencies.

Done-with: Jorgen Lind <jorgen.lind@digia.com>
Task-number: QTBUG-36899
Change-Id: I52e9bc61acb129dbfd3841b3adeffab2dbcf7f05
Reviewed-by: Gunnar Sletta <gunnar.sletta@jollamobile.com>
2014-08-05 16:47:37 +02:00

16 lines
257 B
Prolog

TEMPLATE = app
TARGET = qopenglwindow
INCLUDEPATH += .
RESOURCES += shaders.qrc
SOURCES += \
main.cpp \
background_renderer.cpp
HEADERS += \
background_renderer.h
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwindow
INSTALLS += target