summaryrefslogtreecommitdiffstats
path: root/tests/auto/unit/multimedia/qmaybe/CMakeLists.txt
blob: a9053e87c8b025f6d43add463b2a17b4483a8835 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qmaybe
    SOURCES
        tst_qmaybe.cpp
    LIBRARIES
        Qt::MultimediaPrivate
)