summaryrefslogtreecommitdiffstats
path: root/examples/opengl/computegles31/computegles31.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/computegles31/computegles31.pro')
-rw-r--r--examples/opengl/computegles31/computegles31.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/opengl/computegles31/computegles31.pro b/examples/opengl/computegles31/computegles31.pro
new file mode 100644
index 0000000000..5b9d7e4387
--- /dev/null
+++ b/examples/opengl/computegles31/computegles31.pro
@@ -0,0 +1,9 @@
+HEADERS = $$PWD/glwindow.h
+
+SOURCES = $$PWD/glwindow.cpp \
+ $$PWD/main.cpp
+
+RESOURCES += computegles31.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/computegles31
+INSTALLS += target