summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
diff options
context:
space:
mode:
authorAndy Nichols <andy.nichols@qt.io>2016-05-31 14:46:17 +0200
committerJake Petroules <jake.petroules@qt.io>2016-06-01 02:30:45 +0000
commit58408ffa1b9c0b42a1719d3c8a4d4c62dec4fce6 (patch)
treeb990e5960dc8d7d93d3047f0481cd331995ffe2d /examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
parent0b401d74e6ee40d87755a781b199c5ea6ad3e566 (diff)
Add install target to mac widget examples
Change-Id: I524ba3fcc82a6ef015241d90f212059ae7772443 Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Timur Pocheptsov <timur.pocheptsov@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro')
-rw-r--r--examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro b/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
index cafff9f035..b39792e6dd 100644
--- a/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
+++ b/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
@@ -5,3 +5,7 @@ LIBS += -framework Cocoa
QT += widgets
#QT += widgets-private gui-private core-private
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmacnativewidget
+INSTALLS += target