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

#####################################################################
## scrambledSlots Binary:
#####################################################################

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