
#####################################################################
## differentSlotCount Binary:
#####################################################################

qt_internal_add_executable(differentSlotCount
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        ../mismatch.cpp
    INCLUDE_DIRECTORIES
        ..
    PUBLIC_LIBRARIES
        Qt::RemoteObjects
        Qt::Test
)
qt6_add_repc_replicas(differentSlotCount
    mismatch.rep
)
