summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qprocess/testProcessEchoGui/CMakeLists.txt
blob: 6254d4f61bd1df28ef6b18ce2f35a6e5d519267d (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

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

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