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>
This commit is contained in:
Andy Nichols 2016-05-31 14:46:17 +02:00 committed by Jake Petroules
parent 0b401d74e6
commit 58408ffa1b
2 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,6 @@ LIBS += -framework Cocoa
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmaccocoaviewcontainer
INSTALLS += target

View File

@ -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