aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/window/CMakeLists.txt
blob: eb295449e411e9d73be73994f50ed26b25b0f942 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# This qml module only exists to satisfy backward compatibility.
# The functionality was absorbed directly into QtQuick.

qt_internal_add_qml_module(quickwindow
    URI "QtQuick.Window"
    VERSION "${PROJECT_VERSION}"
    NO_PLUGIN_OPTIONAL
    PLUGIN_TARGET quickwindow
    CLASS_NAME QtQuick_WindowPlugin
    IMPORTS
        QtQuick/auto
    PAST_MAJOR_VERSIONS 2
)