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:
parent
0b401d74e6
commit
58408ffa1b
@ -5,3 +5,6 @@ LIBS += -framework Cocoa
|
||||
|
||||
QT += widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmaccocoaviewcontainer
|
||||
INSTALLS += target
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user