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

add_executable(nospace main.cpp)

add_executable(onespace main.cpp)
set_target_properties(onespace PROPERTIES OUTPUT_NAME "one space")

add_executable(twospaces main.cpp)
set_target_properties(twospaces PROPERTIES OUTPUT_NAME "two space s")