# Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 qt_internal_add_manual_test(tex3d GUI SOURCES tex3d.cpp LIBRARIES Qt::Gui Qt::GuiPrivate ) set(tex3d_resource_files "texture3d.vert.qsb" "texture3d.frag.qsb" ) qt_internal_add_resource(tex3d "tex3d" PREFIX "/" FILES ${tex3d_resource_files} )