aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime/CMakeLists.txt
blob: 03425e9ecfc110fdfb007cec4be676e541348ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Generated from qmltime.pro.

#####################################################################
## qmltime Binary:
#####################################################################

qt_add_executable(qmltime
    GUI
    SOURCES
        qmltime.cpp qmltime.h
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
        Qt::QuickPrivate
)

#### Keys ignored in scope 1:.:.:qmltime.pro:<TRUE>:
# QMAKE_TARGET_DESCRIPTION = "QML" "Time"
# QML_IMPORT_NAME = "QmlTime"
# QML_IMPORT_VERSION = "1.0"
# TEMPLATE = "app"

## Scopes:
#####################################################################

set_target_properties(qmltime PROPERTIES
    QT_QML_MODULE_INSTALL_QMLTYPES TRUE
    QT_QML_MODULE_VERSION 1.0
    QT_QML_MODULE_URI QmlTime
)

qt6_qml_type_registration(qmltime)