3dff397284
Replace the deprecated operator*() calls with various overloads of QMatrix4x4::map() Add a separate test for deprecated API and guard it with QT_DEPRECATED_SINCE checks. Task-number: QTBUG-104858 Change-Id: Ief2e03198696382dc626f01b209614fe320e70b2 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
16 lines
388 B
CMake
16 lines
388 B
CMake
# Copyright (C) 2022 The Qt Company Ltd.
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Generated from qmatrixnxn.pro.
|
|
|
|
#####################################################################
|
|
## tst_qmatrixnxn Test:
|
|
#####################################################################
|
|
|
|
qt_internal_add_test(tst_qmatrixnxn
|
|
SOURCES
|
|
tst_qmatrixnxn.cpp
|
|
LIBRARIES
|
|
Qt::Gui
|
|
)
|