summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration_external/client/CMakeLists.txt
blob: 551acb93f44079e6c2f3b2f9c1f059c2795628b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from client.pro.

#####################################################################
## integration_external_client Binary:
#####################################################################

qt_add_executable(integration_external_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_replica(integration_external_client
    ../MyInterface.rep
)

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