summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/copier/CMakeLists.txt
blob: ea7def8c0d3c17cb2b2c7bf425ed72a60bcf942b (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

#####################################################################
## copier Binary:
#####################################################################

set(args OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")

qt_internal_add_executable(copier
    ${args}
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Gui
)