summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/publicapi/CMakeLists.txt
blob: aee7d551a94d25f854531594429716fa3ef45833 (plain)
1
2
3
4
5
6
7
8
9
10
# 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_publicapi
    SOURCES
        tst_publicapi.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::WebEngineQuickPrivate
)