summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qjnienvironment/CMakeLists.txt
blob: 40b76b2f290cbfa2d6ebd471a824e493bdb5f3ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#####################################################################
## tst_qjnienvironment Test:
#####################################################################

qt_internal_add_test(tst_qjnienvironment
    SOURCES
        tst_qjnienvironment.cpp
)

if(ANDROID)
    set_property(TARGET tst_qjnienvironment APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR
        ${CMAKE_CURRENT_SOURCE_DIR}/testdata
    )
    # QTBUG-88840
    qt_android_generate_deployment_settings(tst_qjnienvironment)
endif()