summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/CMakeLists.txt
blob: 1daee3006063be5b5aea03f90eced11e183a07d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from mac.pro.

#####################################################################
## qmacstyle Plugin:
#####################################################################

add_qt_plugin(qmacstyle
    TYPE styles
    SOURCES
        main.mm
        qmacstyle_mac.mm qmacstyle_mac_p.h
        qmacstyle_mac_p_p.h
    LIBRARIES
        Qt::WidgetsPrivate
        ${FWAppKit}
    # DISTFILES = "macstyle.json"
    # PLUGIN_CLASS_NAME = "QMacStylePlugin"
    # _LOADED = "qt_plugin"
)