cab7e7858a
Call GL functions using QOpenGLFunctions_1_1. Task-number: QTBUG-46103 Change-Id: I1cbacf9c192c17d96d96aa861bb16e2918a0c053 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
20 lines
396 B
Prolog
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")
|