aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qml/.prev_CMakeLists.txt
blob: c60900a954b287e977954df616c10a337a8ab831 (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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Generated from qml.pro.

#####################################################################
## qml Tool:
#####################################################################

add_qt_tool(qml
    SOURCES
        conf.h
        main.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::QmlPrivate
    PUBLIC_LIBRARIES
        Qt::Qml
)

# Resources:
add_qt_resource(qml "qml" PREFIX "qt-project.org/QmlRuntime" FILES
    conf/content/resizeItemToWindow.qml
    conf/content/resizeWindowToItem.qml
    conf/default.qml
    conf/resizeToItem.qml
    resources/qml-64.png)


#### Keys ignored in scope 1:.:.:qml.pro:<TRUE>:
# ICON = "resources/qml64.png"
# QMAKE_TARGET_DESCRIPTION = "QML" "Runtime"
# _LOADED = "qt_tool"

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

extend_target(qml CONDITION TARGET Qt::Gui
    PUBLIC_LIBRARIES
        Qt::Gui
)

extend_target(qml CONDITION TARGET Qt::Widgets
    PUBLIC_LIBRARIES
        Qt::Widgets
)

#### Keys ignored in scope 4:.:.:qml.pro:WIN32:
# RC_ICONS = "resources/qml.ico"

#### Keys ignored in scope 5:.:.:qml.pro:APPLE_OSX:
# ICON = "resources/qml.icns"
# OTHER_FILES = "resources/Info.plist"
# QMAKE_INFO_PLIST = "resources/Info.plist"

extend_target(qml CONDITION QT_FEATURE_qml_debug
    DEFINES
        QT_QML_DEBUG_NO_WARNING
)