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

#####################################################################
## tst_enums Test:
#####################################################################

qt_add_test(tst_enums
    SOURCES
        tst_enums.cpp
    PUBLIC_LIBRARIES
        Qt::RemoteObjects
)
qt6_add_repc_replica(tst_enums
    enums.rep
)

## Scopes:
#####################################################################