mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-01-24 04:44:31 +08:00
26 lines
675 B
CMake
26 lines
675 B
CMake
# 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"
|