summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/clientextension/CMakeLists.txt
blob: efcd575d29fa9170d8f02f1275a7cdc3205d117d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
qt_internal_add_test(tst_clientextension
    SOURCES
        tst_clientextension.cpp
    PUBLIC_LIBRARIES
        SharedClientTest
)

qt6_generate_wayland_protocol_client_sources(tst_clientextension
    FILES ${CMAKE_CURRENT_SOURCE_DIR}/test.xml
)

qt6_generate_wayland_protocol_server_sources(tst_clientextension
    FILES ${CMAKE_CURRENT_SOURCE_DIR}/test.xml
)