qt5base-lts/examples/widgets/mac/qmacnativewidget/qmacnativewidget.pro
Morten Johan Sørvig f370f77e48 Port QMacNativeWidget to Qt 5
Also adds examples/widgets/mac subdir for Mac specific examples,
starting with one for this feature.

Change-Id: I4cc7d84ce3d7562259d6206faa5d6996c2392a3e
Reviewed-by: Liang Qi <liang.qi@digia.com>
2013-09-23 07:18:24 +02:00

8 lines
133 B
Prolog

TEMPLATE = app
OBJECTIVE_SOURCES += main.mm
LIBS += -framework Cocoa
QT += widgets
#QT += widgets-private gui-private core-private