aboutsummaryrefslogtreecommitdiffstats
path: root/src/quickcontrols/windows/impl/CMakeLists.txt
blob: fb1b0f2358b5643ea80823d74b752bd57adb316a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

set(qml_files
    "SwitchIndicator.qml"
)

qt_internal_add_qml_module(QuickControls2WindowsStyleImpl
    URI "QtQuick.Controls.Windows.impl"
    VERSION "${PROJECT_VERSION}"
    PAST_MAJOR_VERSIONS 6
    CLASS_NAME QtQuickControls2WindowsStyleImplPlugin
    DEPENDENCIES
        QtQuick/auto
    PLUGIN_TARGET qtquickcontrols2windowsstyleimplplugin
    QML_FILES
        ${qml_files}
    DEFINES
        QT_NO_CAST_FROM_ASCII
        QT_NO_CAST_TO_ASCII
)