summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEchoGui/CMakeLists.txt
blob: 898eda78b81fed96cf3d8004c7678aefb17a778a (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## testProcessEchoGui Binary:
#####################################################################

add_executable(testProcessEchoGui WIN32 main_win.cpp)
target_link_libraries(testProcessEchoGui PRIVATE user32)