aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/fonts/CMakeLists.txt
blob: b0670fe230d0009edbb21e08e772891e589e92fe (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
# Generated from fonts.pro.

#####################################################################
## fonts Binary:
#####################################################################

qt_internal_add_manual_test(fonts
    GUI
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(qml_resource_files
    "main.qml"
)

qt_internal_add_resource(fonts "qml"
    PREFIX
        "/"
    FILES
        ${qml_resource_files}
)


#### Keys ignored in scope 1:.:.:fonts.pro:<TRUE>:
# QML_IMPORT_PATH = <EMPTY>
# TEMPLATE = "app"

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

#### Keys ignored in scope 3:.:.:deployment.pri:UNIX AND NOT ANDROID:
# INSTALLS = "target"

#### Keys ignored in scope 5:.:.:deployment.pri:QNX:
# target.path = "/tmp/$${TARGET}/bin"

#### Keys ignored in scope 6:.:.:deployment.pri:else:
# target.path = "/opt/$${TARGET}/bin"