aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/core/ivigenerator/projects/org-example-echo-noprivate/backend_simulator/CMakeLists.txt
blob: 1817627c4eb1d99bb430d91ffc2e296249ca4558 (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 backend_simulator.pro.
set(CMAKE_INCLUDE_CURRENT_DIR ON)

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

qt_add_plugin(echo_noprivate_simulator)
set_target_properties(echo_noprivate_simulator PROPERTIES LIBRARY_OUTPUT_DIRECTORY ../qtivi)

# IVI Generator:
qt6_ivigenerator(echo_noprivate_simulator
    QFACE_SOURCES ../../../org.example.echo.qface
    QFACE_FORMAT backend_simulator
    QFACE_ANNOTATIONS ../../../no-private.yaml
)

target_link_libraries(echo_noprivate_simulator PUBLIC
    echo_noprivate_frontend
    Qt::Core
    Qt::Gui
    Qt::IviCore
)