blob: b16364ac931d096ffed24bb1d2aa4ddea0223bcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_manual_test(manual_test_vertexAttributes
GUI
SOURCES
main.cpp
testgeometry.cpp testgeometry.h
LIBRARIES
Qt::Gui
Qt::Quick
Qt::Quick3D
)
qt_internal_add_resource(manual_test_vertexAttributes "qml"
PREFIX
"/"
FILES
main.qml
Exhibit.qml
)
qt_internal_add_resource(manual_test_vertexAttributes "maps"
PREFIX
"/"
FILES
maps/basemetal_small.png
maps/normalrough_small.png
)
|