aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsmanagedvalue/CMakeLists.txt
blob: d3fbbf048beb233aeec031dd38f83a4b77a472af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

# Generated from qjsmanagedvalue.pro.

#####################################################################
## tst_qjsmanagedvalue Test:
#####################################################################

qt_internal_add_test(tst_qjsmanagedvalue
    SOURCES
        tst_qjsmanagedvalue.cpp tst_qjsmanagedvalue.h
    PUBLIC_LIBRARIES
        Qt::Qml
        Qt::QmlPrivate
    TESTDATA "dummy_imports.qml"
)

if(QT_BUILD_STANDALONE_TESTS)
    qt_import_qml_plugins(tst_qjsmanagedvalue)
endif()

## Scopes:
#####################################################################