Rename manual tst_qpermissions to tst_manual_qpermissions
To make space for a tst_qpermissions auto-test. Pick-to: 6.5 Change-Id: Ic9ead8afa7ecd035fd5ed56c756f0156828c6705 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
cf839fe89d
commit
c63f9e81dd
@ -1,7 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
qt_internal_add_test(tst_qpermissions
|
qt_internal_add_test(tst_manual_qpermissions
|
||||||
SOURCES
|
SOURCES
|
||||||
tst_qpermissions.cpp
|
tst_qpermissions.cpp
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
@ -9,7 +9,7 @@ qt_internal_add_test(tst_qpermissions
|
|||||||
)
|
)
|
||||||
|
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set_property(TARGET tst_qpermissions
|
set_property(TARGET tst_manual_qpermissions
|
||||||
PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android")
|
PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android")
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
# Test an app bundle, but without any usage descriptions
|
# Test an app bundle, but without any usage descriptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user