summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/mac.pro
blob: f3c7c1c067fc9c817dfd1b8f4d009a142eb83dfe (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 -framework ApplicationServices -framework Carbon

DISTFILES += macstyle.json

PLUGIN_TYPE = styles
PLUGIN_CLASS_NAME = QMacStylePlugin
load(qt_plugin)