summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick3d/quick3dnode/CMakeLists.txt
blob: 520cec50adc47aa8627d200b9ffbbca67419a66d (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
# Generated from quick3dnode.pro.

#####################################################################
## tst_quick3dnode Test:
#####################################################################

qt_add_test(tst_quick3dnode
    SOURCES
        ../../render/qmlscenereader/qmlscenereader.cpp ../../render/qmlscenereader/qmlscenereader.h
        tst_quick3dnode.cpp
    INCLUDE_DIRECTORIES
        ../../render/qmlscenereader
    PUBLIC_LIBRARIES
        Qt::3DCore
        Qt::3DCorePrivate
        Qt::3DQuick
        Qt::3DQuickPrivate
        Qt::3DQuickRenderPrivate
        Qt::3DRender
        Qt::3DRenderPrivate
        Qt::CorePrivate
        Qt::Gui
        Qt::Qml
)

# Resources:
set(quick3dnode_resource_files
    "quick3dnodev9.qml"
)

qt_add_resource(tst_quick3dnode "quick3dnode"
    PREFIX
        "/"
    FILES
        ${quick3dnode_resource_files}
)


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