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

qt_add_qml_module(DottedUri
    URI Dotted.Uri
    QML_FILES Main.qml
)

add_subdirectory(Hello)