summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/mac.pro
blob: 9044354c071c4403698ada3780f8da84f8f1b374 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TARGET = qmacstyle

QT += widgets-private

SOURCES += \
    main.mm \
    qmacstyle_mac.mm

HEADERS += \
    qmacstyle_mac_p.h \
    qmacstyle_mac_p_p.h

LIBS_PRIVATE += -framework AppKit

DISTFILES += macstyle.json

PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = QMacStylePlugin
load(qt_plugin)