summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl_es/hellogl_es.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl_es/hellogl_es.pro')
-rw-r--r--examples/opengl/hellogl_es/hellogl_es.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/opengl/hellogl_es/hellogl_es.pro b/examples/opengl/hellogl_es/hellogl_es.pro
deleted file mode 100644
index 56328030d5..0000000000
--- a/examples/opengl/hellogl_es/hellogl_es.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-QT += gui
-
-SOURCES += main.cpp
-SOURCES += glwindow.cpp
-
-HEADERS += glwindow.h
-
-RESOURCES += texture.qrc
-
-target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
-INSTALLS += target