summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/qclipboard/test/CMakeLists.txt
blob: fad30c16fdf38524f47ef990f993d2c41b0017a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_qclipboard Test:
#####################################################################

qt_internal_add_test(tst_qclipboard
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
    SOURCES
        ../tst_qclipboard.cpp
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)

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

qt_internal_extend_target(tst_qclipboard CONDITION MACOS
    LIBRARIES
        ${FWAppKit}
)

# TEST_HELPER_INSTALLS = "../copier/copier" "../paster/paster"