summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
blob: b39792e6dd3a53e211d65845b674a71d2a4cfd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
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