summaryrefslogtreecommitdiffstats
path: root/examples/opengl/qopenglwindow/qopenglwindow.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2023-03-22 16:36:36 +0100
committerLaszlo Agocs <laszlo.agocs@qt.io>2023-03-23 15:13:02 +0100
commit3b015718b0d156bbedafd3f83f069ce5a360d5cb (patch)
tree307759c4ef951f9e52d3b887865a122aa5a7805a /examples/opengl/qopenglwindow/qopenglwindow.pro
parenta956b7a9b7dc5329ac1466c21dc74d471e7ca6f1 (diff)
Move hellowindow and qopenglwindow to be a manual tests
Pick-to: 6.5 Change-Id: I8d1517ee57df9b2dee0486f47562b0754e9dcbad Reviewed-by: Christian Strømme <christian.stromme@qt.io>
Diffstat (limited to 'examples/opengl/qopenglwindow/qopenglwindow.pro')
-rw-r--r--examples/opengl/qopenglwindow/qopenglwindow.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/opengl/qopenglwindow/qopenglwindow.pro b/examples/opengl/qopenglwindow/qopenglwindow.pro
deleted file mode 100644
index e7073a324b..0000000000
--- a/examples/opengl/qopenglwindow/qopenglwindow.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-TEMPLATE = app
-TARGET = qopenglwindow
-INCLUDEPATH += .
-QT += opengl
-
-RESOURCES += shaders.qrc
-
-SOURCES += \
- main.cpp \
- background_renderer.cpp
-
-HEADERS += \
- background_renderer.h
-
-target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwindow
-INSTALLS += target