summaryrefslogtreecommitdiffstats
path: root/tests/manual/wasm/network/echo_client_mainthread/CMakeLists.txt
blob: 4b81661c791043675249e76617537783ae766bc7 (plain)
1
2
3
4
5
6
7
8
9
10
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_manual_test(echo_client_mainthread
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Core
        Qt::Network
)