summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusmarshall/CMakeLists.txt
blob: 45b2bd813697f508aa5494875e45f6c2cd4cab67 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

if(NOT QT_FEATURE_private_tests)
    return()
endif()
add_subdirectory(qdbusmarshall)
add_subdirectory(qpong)
add_dependencies(tst_qdbusmarshall qpong)