aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlbasicapp/TimeExample/CMakeLists.txt
blob: bfb32ee2c9e9ab4eda01ef4ce85e6f9875716420 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

qt6_add_library(qmlqtimeexample STATIC)
qt_autogen_tools_initial_setup(qmlqtimeexample)
qt6_add_qml_module(qmlqtimeexample
    VERSION 1.0
    URI "TimeExample"
    RESOURCE_PREFIX "/"
    SOURCES
        timemodel.cpp timemodel.h
    QML_FILES
        Clock.qml
    RESOURCES
        center.png
        clock.png
        hour.png
        minute.png
    DEPENDENCIES
        QtQml
)
qt_autogen_tools_initial_setup(qmlqtimeexampleplugin)