summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogl/hellogl.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/hellogl/hellogl.pro')
-rw-r--r--examples/opengl/hellogl/hellogl.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/opengl/hellogl/hellogl.pro b/examples/opengl/hellogl/hellogl.pro
new file mode 100644
index 0000000000..ce9c8e8e34
--- /dev/null
+++ b/examples/opengl/hellogl/hellogl.pro
@@ -0,0 +1,12 @@
+HEADERS = glwidget.h \
+ window.h
+SOURCES = glwidget.cpp \
+ main.cpp \
+ window.cpp
+QT += opengl
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
+INSTALLS += target sources