summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/studio3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/studio3d/studio3d.pro')
-rw-r--r--examples/studio3d/studio3d.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/studio3d/studio3d.pro b/examples/studio3d/studio3d.pro
index 434b30aa..6c10a4ea 100644
--- a/examples/studio3d/studio3d.pro
+++ b/examples/studio3d/studio3d.pro
@@ -7,4 +7,10 @@ TEMPLATE = subdirs
widgetviewer \
surfaceviewer \
surfaceviewer_offscreen
+
+ # Sample project only has the presentation.
+ # We do not want to pollute the sample folder with .pro file, so do the install here.
+ INSTALLS += sampleProject
+ sampleProject.path = $$[QT_INSTALL_EXAMPLES]/studio3d/SampleProject
+ sampleProject.files = SampleProject/*
}