summaryrefslogtreecommitdiffstats
path: root/examples/widgets/orientation/orientation.pro
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/widgets/orientation/orientation.pro
parentd3ff621a579e62a2c772137e79bb9ee16f8dce48 (diff)
qtbase: Add missing example installs and files.
Change-Id: I071fd862e001b766c9fb13106242edf23a608663 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/widgets/orientation/orientation.pro')
-rw-r--r--examples/widgets/orientation/orientation.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/widgets/orientation/orientation.pro b/examples/widgets/orientation/orientation.pro
index 2334cb0005..36a3e91a9c 100644
--- a/examples/widgets/orientation/orientation.pro
+++ b/examples/widgets/orientation/orientation.pro
@@ -22,5 +22,10 @@ FORMS += \
RESOURCES += \
images.qrc
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/orientation
+sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/orientation
+INSTALLS += target sources
simulator: warning(This example might not fully work on Simulator platform)