summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/windeployqt/test/CMakeLists.txt
blob: 1ba62d58506cfc96a8378bc94d9525e812848f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## tst_windeployqt Test:
#####################################################################

qt_internal_add_test(tst_windeployqt
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"
    SOURCES
        ../tst_windeployqt.cpp
)