aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/test_generate_qmlls_ini/Dotted/Uri/Hello/World/CMakeLists.txt
blob: 338674bc93789af09cbb25c1dcbfd04c9051912b (plain)
1
2
3
4
5
6
7
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_add_qml_module(DottedUri2
    URI Dotted.Uri.Hello.World
    QML_FILES Main.qml
)