summaryrefslogtreecommitdiffstats
path: root/examples/opengl/qopenglwidget/qopenglwidget.pro
diff options
context:
space:
mode:
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 7ac546d7ce..0000000000
--- 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