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

#####################################################################
## differentPropertyType Binary:
#####################################################################

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