summaryrefslogtreecommitdiffstats
path: root/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
blob: 5a19d41dc8de67b04cbfd033cb58f2acf9d38ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

OBJECTIVE_SOURCES += main.mm
LIBS += -framework AppKit

QT += widgets
#QT += widgets-private gui-private core-private

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/mac/qmacnativewidget
INSTALLS += target