summaryrefslogtreecommitdiffstats
path: root/examples/opengl/qopenglwidget/qopenglwidget.pro
diff options
context:
space:
mode:
authorLaszlo Agocs <[email protected]>2023-05-16 13:02:28 +0200
committerLaszlo Agocs <[email protected]>2023-05-24 12:58:27 +0200
commit413e74e9a59ccf512b0ab3da0e6a8e5ba9057319 (patch)
treef864ae252cb12f744c8e74e815a1dbb84d439e25 /examples/opengl/qopenglwidget/qopenglwidget.pro
parenta273ea7f41533d79c8e78eb0a1c68cc63121510a (diff)
Move qopenglwidget example to manual tests
Pick-to: 6.5 Change-Id: I76e6377008484a7b17c65e3c03139a0fb2fc5c34 Reviewed-by: Laszlo Agocs <[email protected]>
Diffstat (limited to 'examples/opengl/qopenglwidget/qopenglwidget.pro')
-rw-r--r--examples/opengl/qopenglwidget/qopenglwidget.pro15
1 files changed, 0 insertions, 15 deletions
diff --git a/examples/opengl/qopenglwidget/qopenglwidget.pro b/examples/opengl/qopenglwidget/qopenglwidget.pro
deleted file mode 100644
index 7ac546d7ce8..00000000000
--- a/examples/opengl/qopenglwidget/qopenglwidget.pro
+++ /dev/null
@@ -1,15 +0,0 @@
-QT += widgets opengl openglwidgets
-
-SOURCES += main.cpp \
- glwidget.cpp \
- mainwindow.cpp \
- bubble.cpp
-
-HEADERS += glwidget.h \
- mainwindow.h \
- bubble.h
-
-RESOURCES += texture.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/opengl/qopenglwidget
-INSTALLS += target