mirror of https://github.com/qt/qtdoc.git
19 lines
390 B
Plaintext
19 lines
390 B
Plaintext
# Copyright (C) 2023 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
|
|
|
qt_add_qml_module(ThermostatApp
|
|
URI "Main"
|
|
VERSION 1.0
|
|
QML_FILES
|
|
Main.qml
|
|
)
|
|
|
|
add_subdirectory(imports)
|
|
add_subdirectory(content)
|
|
|
|
target_link_libraries(ThermostatApp PRIVATE
|
|
ThermostatContentplugin
|
|
ThermostatCustomControlsplugin
|
|
Thermostatplugin
|
|
)
|