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

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

add_qt_plugin(qmacstyle
    TYPE styles
    CLASS_NAME QMacStylePlugin
    SOURCES
        main.mm
        qmacstyle_mac.mm qmacstyle_mac_p.h
        qmacstyle_mac_p_p.h
    LIBRARIES
        ${FWAppKit}
        Qt::WidgetsPrivate
    PUBLIC_LIBRARIES
        Qt::Widgets
)

#### Keys ignored in scope 1:.:.:mac.pro:<TRUE>:
# DISTFILES = "macstyle.json"
# PLUGIN_CLASS_NAME = "QMacStylePlugin"
# PLUGIN_TYPE = "styles"
# _LOADED = "qt_plugin"