qt5base-lts/examples/opengl/legacy/overpainting/overpainting.pro
Friedemann Kleint cab7e7858a Make OpenGL legacy examples hellogl and overpainting work with Dynamic GL.
Call GL functions using QOpenGLFunctions_1_1.

Task-number: QTBUG-46103
Change-Id: I1cbacf9c192c17d96d96aa861bb16e2918a0c053
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-05-23 08:59:14 +00:00

20 lines
396 B
Prolog

QT += opengl widgets
VPATH += ../shared
INCLUDEPATH += ../shared
HEADERS = bubble.h \
glwidget.h \
qtlogo.h
SOURCES = bubble.cpp \
glwidget.cpp \
main.cpp \
qtlogo.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/legacy/overpainting
INSTALLS += target
contains(QT_CONFIG, opengles.|angle):error("This example requires Qt to be configured with -opengl desktop")