summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfdocument/CMakeLists.txt
blob: 0d49bc6f1c10d29e453bc0ff055d1ad9f81028a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qpdfdocument
    SOURCES
        tst_qpdfdocument.cpp
    LIBRARIES
        Qt::Gui
        Qt::Network
        Qt::PrintSupport
        Qt::Pdf
)