summaryrefslogtreecommitdiffstats
path: root/src/plugins/styles/mac/CMakeLists.txt
blob: 5fafc6d94f9e03afa050b8440050eac4ae7ef2db (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
26
27
28
29
30
31
32
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from mac.pro.

#####################################################################
## QMacStylePlugin Plugin:
#####################################################################

qt_internal_add_plugin(QMacStylePlugin
    OUTPUT_NAME qmacstyle
    PLUGIN_TYPE styles
    SOURCES
        main.mm
        qmacstyle_mac.mm qmacstyle_mac_p.h
        qmacstyle_mac_p_p.h
    LIBRARIES
        ${FWAppKit}
        Qt::Core
        Qt::Gui
        Qt::WidgetsPrivate
)

#### Keys ignored in scope 1:.:.:mac.pro:<TRUE>:
# DISTFILES = "macstyle.json"

# special case begin
set_target_properties(QMacStylePlugin
    PROPERTIES
        DISABLE_PRECOMPILE_HEADERS ON
)
# special case end