58408ffa1b
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>
12 lines
230 B
Prolog
12 lines
230 B
Prolog
TEMPLATE = app
|
|
|
|
OBJECTIVE_SOURCES += main.mm
|
|
LIBS += -framework Cocoa
|
|
|
|
QT += widgets
|
|
#QT += widgets-private gui-private core-private
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmacnativewidget
|
|
INSTALLS += target
|