summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qtextureimagedata
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/render/qtextureimagedata')
-rw-r--r--tests/auto/render/qtextureimagedata/CMakeLists.txt6
-rw-r--r--tests/auto/render/qtextureimagedata/qtextureimagedata.pro10
-rw-r--r--tests/auto/render/qtextureimagedata/tst_qtextureimagedata.cpp2
3 files changed, 7 insertions, 11 deletions
diff --git a/tests/auto/render/qtextureimagedata/CMakeLists.txt b/tests/auto/render/qtextureimagedata/CMakeLists.txt
index ebbf7d9b3..32bfe1402 100644
--- a/tests/auto/render/qtextureimagedata/CMakeLists.txt
+++ b/tests/auto/render/qtextureimagedata/CMakeLists.txt
@@ -7,6 +7,12 @@
## tst_qtextureimagedata Test:
#####################################################################
+if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
+ cmake_minimum_required(VERSION 3.16)
+ project(tst_qtextureimagedata LANGUAGES CXX)
+ find_package(Qt6BuildInternals REQUIRED COMPONENTS STANDALONE_TEST)
+endif()
+
qt_internal_add_test(tst_qtextureimagedata
SOURCES
tst_qtextureimagedata.cpp
diff --git a/tests/auto/render/qtextureimagedata/qtextureimagedata.pro b/tests/auto/render/qtextureimagedata/qtextureimagedata.pro
deleted file mode 100644
index b734db9d1..000000000
--- a/tests/auto/render/qtextureimagedata/qtextureimagedata.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = app
-
-TARGET = tst_qtextureimagedata
-QT += core-private 3dcore 3dcore-private 3drender 3drender-private testlib
-
-CONFIG += testcase
-
-SOURCES += tst_qtextureimagedata.cpp
-
-include(../../core/common/common.pri)
diff --git a/tests/auto/render/qtextureimagedata/tst_qtextureimagedata.cpp b/tests/auto/render/qtextureimagedata/tst_qtextureimagedata.cpp
index 9056f9fdf..d21b8ceb7 100644
--- a/tests/auto/render/qtextureimagedata/tst_qtextureimagedata.cpp
+++ b/tests/auto/render/qtextureimagedata/tst_qtextureimagedata.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 Klaralvdalens Datakonsult AB (KDAB).
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
#include <QtTest/QTest>