summaryrefslogtreecommitdiffstats
path: root/examples/opengl/openglwindow/openglwindow.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/openglwindow/openglwindow.pro')
-rw-r--r--examples/opengl/openglwindow/openglwindow.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/opengl/openglwindow/openglwindow.pro b/examples/opengl/openglwindow/openglwindow.pro
new file mode 100644
index 0000000000..8b1ae71c14
--- /dev/null
+++ b/examples/opengl/openglwindow/openglwindow.pro
@@ -0,0 +1,7 @@
+include(openglwindow.pri)
+
+SOURCES += \
+ main.cpp
+
+target.path = $$[QT_INSTALL_EXAMPLES]/opengl/openglwindow
+INSTALLS += target