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

#####################################################################
## qprintdevice_dump Binary:
#####################################################################

qt_internal_add_manual_test(qprintdevice_dump
    GUI
    SOURCES
        main.cpp
    LIBRARIES
        Qt::Gui
        Qt::PrintSupportPrivate
)