summaryrefslogtreecommitdiffstats
path: root/tests/auto/repc/signature/differentSlotParamCount/CMakeLists.txt
blob: 6b8d8d7d3337fc7a689294c15fca5c656a058b86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from differentSlotParamCount.pro.

#####################################################################
## differentSlotParamCount Binary:
#####################################################################

qt_add_executable(differentSlotParamCount
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        ../mismatch.cpp
    INCLUDE_DIRECTORIES
        ..
    PUBLIC_LIBRARIES
        Qt::RemoteObjects
        Qt::Test
)
qt6_add_repc_replica(differentSlotParamCount
    mismatch.rep
)