blob: f290378a56fa0825f5e415b4e07ce87823c28b44 (
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
57
58
59
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
# Generated from qmlchartproperties.pro.
#####################################################################
## qmlchartproperties Binary:
#####################################################################
qt_internal_add_manual_test(qmlchartproperties
GUI
SOURCES
main.cpp
LIBRARIES
Qt::Charts
Qt::Gui
Qt::Quick
)
# Resources:
set(resources_resource_files
"qml/qmlchartproperties/AreaChart.qml"
"qml/qmlchartproperties/AreaEditor.qml"
"qml/qmlchartproperties/BarChart.qml"
"qml/qmlchartproperties/BarEditor.qml"
"qml/qmlchartproperties/Button.qml"
"qml/qmlchartproperties/Chart.qml"
"qml/qmlchartproperties/ChartEditor.qml"
"qml/qmlchartproperties/ChartEditorAxis.qml"
"qml/qmlchartproperties/ChartEditorLegend.qml"
"qml/qmlchartproperties/ChartEditorProperties.qml"
"qml/qmlchartproperties/ChartEditorSeries.qml"
"qml/qmlchartproperties/ChartEditorTitle.qml"
"qml/qmlchartproperties/FontEditor.qml"
"qml/qmlchartproperties/HorizontalBarChart.qml"
"qml/qmlchartproperties/HorizontalPercentBarChart.qml"
"qml/qmlchartproperties/HorizontalStackedBarChart.qml"
"qml/qmlchartproperties/LineChart.qml"
"qml/qmlchartproperties/LineEditor.qml"
"qml/qmlchartproperties/PercentBarChart.qml"
"qml/qmlchartproperties/PieChart.qml"
"qml/qmlchartproperties/PieEditor.qml"
"qml/qmlchartproperties/ScatterChart.qml"
"qml/qmlchartproperties/ScatterEditor.qml"
"qml/qmlchartproperties/SplineChart.qml"
"qml/qmlchartproperties/StackedBarChart.qml"
"qml/qmlchartproperties/main.qml"
)
qt_internal_add_resource(qmlchartproperties "resources"
PREFIX
"/"
FILES
${resources_resource_files}
)
#### Keys ignored in scope 1:.:.:qmlchartproperties.pro:<TRUE>:
# OTHER_FILES = "qml/qmlchartproperties/*"
|