aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/tooling_imports/First/CMakeLists.txt
blob: 578344daf7dfd1016e1dc652667b4867e72952cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt_add_qml_module(BackingFirst
    URI First
    VERSION 1.0
    SOURCES
        Neighbor.cpp
        Neighbor.h
    QML_FILES
        DoSomething.qml
)