summaryrefslogtreecommitdiffstats
path: root/examples/opengl/cube/cube.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/cube/cube.pro')
-rw-r--r--examples/opengl/cube/cube.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/opengl/cube/cube.pro b/examples/opengl/cube/cube.pro
index 98a3082340..ad84450d0b 100644
--- a/examples/opengl/cube/cube.pro
+++ b/examples/opengl/cube/cube.pro
@@ -24,5 +24,10 @@ contains(QT_CONFIG, opengl) {
fshader.glsl
}
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/cube
+sources.files = $$SOURCES $$HEADERS $$RESOURCES cube.png *.glsl *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/cube
+INSTALLS += target sources
simulator: warning(This example might not fully work on Simulator platform)