mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-06 17:25:24 +08:00
qt 6.5.1 original
This commit is contained in:
23
tests/manual/rhi/tex3d/CMakeLists.txt
Normal file
23
tests/manual/rhi/tex3d/CMakeLists.txt
Normal file
@ -0,0 +1,23 @@
|
||||
# Copyright (C) 2022 The Qt Company Ltd.
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
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}
|
||||
)
|
Reference in New Issue
Block a user