2022-07-05 11:26:52 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-19 13:21:34 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 11:26:52 +00:00
|
|
|
|
2021-05-19 17:30:53 +00:00
|
|
|
qt_internal_add_manual_test(tex3d
|
|
|
|
GUI
|
|
|
|
SOURCES
|
|
|
|
tex3d.cpp
|
2022-07-25 15:50:38 +00:00
|
|
|
LIBRARIES
|
2021-05-19 17:30:53 +00:00
|
|
|
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}
|
|
|
|
)
|