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