# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause

qt_add_library(ThermostatContent STATIC)
qt_add_qml_module(ThermostatContent
    URI "content"
    VERSION 1.0
    QML_FILES
        App.qml
        BottomBar.qml
        BottomBarForm.ui.qml
        EnergyInfo.qml
        EnergyInfoForm.ui.qml
        HomePage.qml
        HomePageForm.ui.qml
        HumidityInfo.qml
        HumidityInfoForm.ui.qml
        RoomItem.qml
        RoomItemForm.ui.qml
        RoomOption.qml
        RoomOptionForm.ui.qml
        RoomsScrollView.qml
        RoomsScrollViewForm.ui.qml
        RoomsSwipeView.qml
        RoomsSwipeViewForm.ui.qml
        RoomsView.qml
        RoomsViewForm.ui.qml
        ScheduleScrollView.qml
        ScheduleScrollViewForm.ui.qml
        ScheduleStackView.qml
        ScheduleStackViewForm.ui.qml
        ScheduleSwipeView.qml
        ScheduleSwipeViewForm.ui.qml
        ScheduleView.qml
        ScheduleViewForm.ui.qml
        SideBar.qml
        SideBarForm.ui.qml
        StatisticsScrollView.qml
        StatisticsScrollViewForm.ui.qml
        StatisticsStackView.qml
        StatisticsStackViewForm.ui.qml
        StatisticsSwipeView.qml
        StatisticsSwipeViewForm.ui.qml
        StatisticsView.qml
        StatisticsViewForm.ui.qml
        TemperatureInfo.qml
        TemperatureInfoForm.ui.qml
        TemperatureSetter.qml
        TemperatureSetterDesktopView.qml
        TemperatureSetterDesktopViewForm.ui.qml
        TemperatureSetterForm.ui.qml
        TemperatureSetterMobileView.qml
        TemperatureSetterMobileViewForm.ui.qml
        TemperatureSetterSmallView.qml
        TemperatureSetterSmallViewForm.ui.qml
        ThermostatInfo.qml
        ThermostatInfoForm.ui.qml
        ThermostatScrollView.qml
        ThermostatScrollViewForm.ui.qml
        ThermostatSettings.qml
        ThermostatSettingsForm.ui.qml
        ThermostatStackView.qml
        ThermostatStackViewForm.ui.qml
        ThermostatSwipeView.qml
        ThermostatSwipeViewForm.ui.qml
        ThermostatView.qml
        ThermostatViewForm.ui.qml
        TimeSchedule.qml
        TimeScheduleForm.ui.qml
        TimeSelector.qml
    RESOURCES
        images/arrow.svg
        images/Auto.svg
        images/bedroom.svg
        images/circle.svg
        images/Cool.svg
        images/down.svg
        images/drop.svg
        images/Dry.svg
        images/Eco.svg
        images/edit.svg
        images/energy.svg
        images/Fan.svg
        images/Heat.svg
        images/home.svg
        images/kid_room.svg
        images/kitchen.svg
        images/living_room.svg
        images/logo.png
        images/maxTemp.svg
        images/minTemp.svg
        images/more.svg
        images/power.svg
        images/schedule.svg
        images/settings.svg
        images/stats.svg
        images/temperature.svg
        images/theme.svg
        images/thermostat.svg
        images/up.svg
    DEPENDENCIES
        TARGET Thermostat
        TARGET ThermostatCustomControls
)
