summaryrefslogtreecommitdiffstats
path: root/tests/auto/pdf/qpdfsearchmodel/CMakeLists.txt
blob: 8f7ec01e2738d6dc56499f3d775a01d51ecbc76e (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

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