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

#####################################################################
## differentPropertyCount Binary:
#####################################################################

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