summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qwindowcapturebackend/CMakeLists.txt
blob: 8f633a1da17ec3837db3fe32c1b2ecea62fa04cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qwindowcapturebackend
    SOURCES
        tst_qwindowcapturebackend.cpp
        widget.h
        widget.cpp
        grabber.h
        grabber.cpp
        fixture.h
        fixture.cpp
    LIBRARIES
        Qt::Multimedia
        Qt::Gui
        Qt::Widgets
        Qt::MultimediaWidgets
)