summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/hellogl/hellogl.pro
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2020-02-19 12:08:25 +0100
committerJohan Helsing <johan.helsing@qt.io>2020-02-21 09:01:08 +0000
commite3f2e7afbb22069ef3e2bed6017f8fa47909e9f1 (patch)
tree4b89e925ed3b5e74b49f56c18721ad33b610ba16 /examples/opengl/legacy/hellogl/hellogl.pro
parent8193f9e0ecc0a7592310e1c26310ba502c091374 (diff)
Remove legacy OpenGL examples
They all used QGL (which has been removed). Task-number: QTBUG-74408 Change-Id: Ied003625f14228b4951002a604fce91eaccec102 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>
Diffstat (limited to 'examples/opengl/legacy/hellogl/hellogl.pro')
-rw-r--r--examples/opengl/legacy/hellogl/hellogl.pro17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/opengl/legacy/hellogl/hellogl.pro b/examples/opengl/legacy/hellogl/hellogl.pro
deleted file mode 100644
index c6e926c245..0000000000
--- a/examples/opengl/legacy/hellogl/hellogl.pro
+++ /dev/null
@@ -1,17 +0,0 @@
-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
-
-qtConfig(opengles.|angle): error("This example requires Qt to be configured with -opengl desktop")