qt5base-lts/examples/opengl/legacy/hellogl/hellogl.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

18 lines
471 B
Prolog

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