aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmltime/CMakeLists.txt
blob: 4fb203cfbed0a28f334b727274fe2d9d63799004 (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
# Generated from qmltime.pro.

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

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

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

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