summaryrefslogtreecommitdiff
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noannotation/simulation_server_qtro/CMakeLists.txt
blob: 8969c26cdc1bb70e01a1468ed3ed5642c79fef62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from simulation_server_qtro.pro.
set(CMAKE_INCLUDE_CURRENT_DIR ON)

set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)

qt_add_executable(org-example-echo-noanno-simulation-server)

# IVI Generator:
qt6_ivigenerator(org-example-echo-noanno-simulation-server
    QFACE_SOURCES ../../../org.example.echo.noannotation.qface
    QFACE_FORMAT server_qtro_simulator
)

target_link_libraries(org-example-echo-noanno-simulation-server PUBLIC
    echo_noanno_frontend
    Qt::Core
    Qt::Gui
    Qt::IviCore
    Qt::Qml
    Qt::Quick
)