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

qt_internal_add_test(tst_qmediaformat
    SOURCES
        tst_qmediaformat.cpp
    LIBRARIES
        Qt::Gui
        Qt::MultimediaPrivate
)