summaryrefslogtreecommitdiffstats
path: root/tests/manual/corelib/tools/customtypesending/CMakeLists.txt
blob: c22d5e23c181f539ec83e623b353c7ec9510f225 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

cmake_minimum_required(VERSION 3.16)

qt_internal_add_manual_test(customtypesending
    GUI
    SOURCES
        main.cpp
        message.cpp message.h
        window.cpp window.h
    LIBRARIES
        Qt6::Core
        Qt6::Gui
        Qt6::Widgets
)