summaryrefslogtreecommitdiffstats
path: root/examples/widgets/orientation/orientation.pro
diff options
context:
space:
mode:
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)