summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_multiprocess/client/CMakeLists.txt
blob: 4ea8af0302bac674a2ca3e2fc1172f87b0d4355b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

#####################################################################
## integration_multiprocess_client Binary:
#####################################################################

qt_internal_add_executable(integration_multiprocess_client
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        main.cpp
    INCLUDE_DIRECTORIES
        ${CMAKE_CURRENT_SOURCE_DIR}
    PUBLIC_LIBRARIES
        Qt::RemoteObjects
        Qt::Test
)
qt6_add_repc_replicas(integration_multiprocess_client
    ../MyInterface.rep
)

#### Keys ignored in scope 1:.:.:client.pro:<TRUE>:
# TEMPLATE = "app"