aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/window/CMakeLists.txt
blob: 4a6015f8f454f42f0df0b38b447596257e2077b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# special case skip regeneration

qt_internal_add_qml_module(quickwindow
    URI "QtQuick.Window"
    VERSION "${PROJECT_VERSION}"
    IMPORTS
        QtQuick/auto
    PAST_MAJOR_VERSIONS 2
    GENERATE_QMLTYPES
    INSTALL_QMLTYPES
)