90aafa0470
As we are now processing the arguments with cmake_parse_arguments(PARSE_ARGV, we don't need to pass the escape characters anymore. Task-number: QTBUG-99238 Change-Id: Iea9cda4fe0ae56043cc4d7db29ce53d9d737d645 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
23 lines
619 B
CMake
23 lines
619 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from qdesktopservices.pro.
|
|
|
|
#####################################################################
|
|
## tst_manual_qdesktopservices Binary:
|
|
#####################################################################
|
|
|
|
qt_internal_add_manual_test(tst_manual_qdesktopservices
|
|
SOURCES
|
|
tst_qdesktopservices.cpp
|
|
DEFINES
|
|
SRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/"
|
|
LIBRARIES
|
|
Qt::Gui
|
|
Qt::Test
|
|
)
|
|
|
|
#### Keys ignored in scope 1:.:.:qdesktopservices.pro:<TRUE>:
|
|
# OTHER_FILES = "test.txt"
|
|
# TEMPLATE = "app"
|