summaryrefslogtreecommitdiffstats
path: root/tests/auto/restart/client/CMakeLists.txt
blob: 7b9d7d7c3f695cc67ad9447c073329eb15840d3b (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.

#####################################################################
## restart_client Binary:
#####################################################################

add_qt_executable(restart_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(restart_client
    ../subclass.rep
)

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