aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/vehiclefunctions-simulation-server/CMakeLists.txt
blob: 8a091b3243e949853c3eeb9ad5ed700d8d20970f (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
# Generated from vehiclefunctions-simulation-server.pro.

#####################################################################
## ivivehiclefunctions-simulation-server Tool:
#####################################################################

qt_get_tool_target_name(target_name ivivehiclefunctions-simulation-server)
qt_internal_add_tool(${target_name}
     TOOLS_TARGET IviVehicleFunctions
     LIBRARIES
        Qt::IviCore
        Qt::IviVehicleFunctions
     PUBLIC_LIBRARIES
        Qt::IviCore
        Qt::IviVehicleFunctions
)

# Resources:
set_source_files_properties("../../plugins/ivivehiclefunctions/vehiclefunctions_simulator/QIviConcreteWindowControlSimulation.qml"
    PROPERTIES QT_RESOURCE_ALIAS "QIviConcreteWindowControlSimulation.qml"
)
set_source_files_properties("../../plugins/ivivehiclefunctions/vehiclefunctions_simulator/simulation.qml"
    PROPERTIES QT_RESOURCE_ALIAS "simulation.qml"
)
set(qml_resource_files
    "QIviConcreteWindowControlSimulation.qml"
    "simulation.qml"
)

qt_add_resource(${target_name} "qml"
    PREFIX
        "/simulation"
    BASE
        "../../plugins/ivivehiclefunctions/vehiclefunctions_simulator"
    FILES
        ${qml_resource_files}
)


# IVI Generator:
qt_ivigenerator(${target_name}
    QFACE_SOURCES ../../ivivehiclefunctions/ivivehiclefunctions.qface
    QFACE_FORMAT server_qtro_simulator
    QFACE_MODULE_NAME QtIviVehicleFunctions
)

#### Keys ignored in scope 1:.:.:vehiclefunctions-simulation-server.pro:<TRUE>:
# QML_IMPORT_PATH = "$$OUT_PWD/qml"
# QT_FOR_CONFIG = "ivicore"
# TEMPLATE = "app"

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