summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/raycastingjob/CMakeLists.txt
blob: 0cc2c304b80e4741669f13c71c59ab6bed117e03 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

# Generated from raycastingjob.pro.

#####################################################################
## tst_raycastingjob Test:
#####################################################################

qt_internal_add_test(tst_raycastingjob
    SOURCES
        ../qmlscenereader/qmlscenereader.cpp ../qmlscenereader/qmlscenereader.h
        tst_raycastingjob.cpp
    INCLUDE_DIRECTORIES
        ../qmlscenereader
    LIBRARIES
        Qt::3DCore
        Qt::3DCorePrivate
        Qt::3DExtras
        Qt::3DQuick
        Qt::3DQuickPrivate
        Qt::3DQuickExtras
        Qt::3DRender
        Qt::3DRenderPrivate
        Qt::CorePrivate
        Qt::Gui
        Qt::Qml
        Qt::Quick
)

# Resources:
set(raycastingjob_resource_files
    "testscene_screenraycasting.qml"
    "testscene_worldraycasting.qml"
    "testscene_worldraycastingalllayers.qml"
    "testscene_worldraycastinglayer.qml"
    "testscene_worldraycastingparentlayer.qml"
)

qt_internal_add_resource(tst_raycastingjob "raycastingjob"
    PREFIX
        "/"
    FILES
        ${raycastingjob_resource_files}
)


#### Keys ignored in scope 1:.:.:raycastingjob.pro:<TRUE>:
# TEMPLATE = "app"

## Scopes:
#####################################################################

include(../commons/commons.cmake)
qt3d_setup_common_render_test(tst_raycastingjob)