summaryrefslogtreecommitdiffstats
path: root/examples/opengl
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-07-10 16:13:06 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-10 22:24:40 +0200
commitb1909fe1184860902fe279bb1184d3d9fa3c4c57 (patch)
tree196765371455f22a7eb8afe6ec942b0b591cd21a /examples/opengl
parentd3ff621a579e62a2c772137e79bb9ee16f8dce48 (diff)
qtbase: Add missing example installs and files.
Change-Id: I071fd862e001b766c9fb13106242edf23a608663 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/opengl')
-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)