aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/ivigenerator/templates/backend_qtro/CMakeLists.txt.tpl
blob: f72276c055d2447173f31f533e2181a329deb77d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
find_package(Qt6 COMPONENTS RemoteObjects IviRemoteObjectsHelper)

target_sources(${CURRENT_TARGET}
               PRIVATE
{% for interface in module.interfaces %}
    {{interface|lower}}backend.cpp
{% endfor %}
    {{module.module_name|lower}}qtroplugin.cpp
)

qt_add_repc_replica(${CURRENT_TARGET}
{% for interface in module.interfaces %}
    {{interface|lower}}.rep
{% endfor %}
)

### MISSING
# OTHER_FILES += \
#    $$PWD/{{module.module_name|lower}}.json