summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qwinregistrykey/CMakeLists.txt
blob: 762debd51faf7dd7cc76bc5d7a73d9145da2f396 (plain)
1
2
3
4
5
6
7
8
9
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_test(tst_qwinregistrykey
    SOURCES
        tst_qwinregistrykey.cpp
    LIBRARIES
        Qt::CorePrivate
)