From e3f2e7afbb22069ef3e2bed6017f8fa47909e9f1 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Wed, 19 Feb 2020 12:08:25 +0100 Subject: Remove legacy OpenGL examples They all used QGL (which has been removed). Task-number: QTBUG-74408 Change-Id: Ied003625f14228b4951002a604fce91eaccec102 Reviewed-by: Eirik Aavitsland --- examples/opengl/legacy/hellogl/hellogl.pro | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 examples/opengl/legacy/hellogl/hellogl.pro (limited to 'examples/opengl/legacy/hellogl/hellogl.pro') 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") -- cgit v1.2.3