summaryrefslogtreecommitdiffstats
path: root/tests/manual/qdesktopservices/CMakeLists.txt
blob: f81bb7c3678806b6745e1e8053723622e700cdbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

#####################################################################
## 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
)