summaryrefslogtreecommitdiffstats
path: root/tests/auto/viewer/viewer.qrc
diff options
context:
space:
mode:
authorKaj Grönholm <kaj.gronholm@qt.io>2019-06-10 12:26:17 +0300
committerKaj Grönholm <kaj.gronholm@qt.io>2019-06-11 12:50:49 +0300
commit0cd2ed2fc3cadc0d14df16cbd2653772437ce4ac (patch)
tree7e27d3d9aa226e785f362c0a811f374c965206fd /tests/auto/viewer/viewer.qrc
parenta06fe056604b38d52ebca44d52b87f736b483649 (diff)
Move autotests into ogl-runtime repository
Move all autotests into ogl-runtime as they are testing runtime and not qt3dstudio. Adjust to build on new structure, but keep tests disabled by default until making sure CI can build & run them. Task-number: QT3DS-3627 Change-Id: I8abb87424ee5d89d05017235cdf15bd6c0f6d490 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Antti Määttä <antti.maatta@qt.io> Reviewed-by: Pasi Keränen <pasi.keranen@qt.io>
Diffstat (limited to 'tests/auto/viewer/viewer.qrc')
-rw-r--r--tests/auto/viewer/viewer.qrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/viewer/viewer.qrc b/tests/auto/viewer/viewer.qrc
new file mode 100644
index 0000000..dcdddbe
--- /dev/null
+++ b/tests/auto/viewer/viewer.qrc
@@ -0,0 +1,16 @@
+<RCC>
+ <qresource prefix="/">
+ <file>../../scenes/simple_cube_animation/simple_cube_animation.uia</file>
+ <file>../../scenes/simple_cube_animation/presentations/simple_cube_animation.uip</file>
+ <file>../../scenes/simple_cube_animation/materials/Basic Green.materialdef</file>
+ <file>../../scenes/simple_cube_animation/materials/Basic Red.materialdef</file>
+ <file>../../scenes/simple_cube_animation/materials/Basic Blue.materialdef</file>
+ <file>../../scenes/simple_cube_animation/materials/Basic Texture.materialdef</file>
+ <file>../../scenes/simple_cube_animation/materials/Copper.materialdef</file>
+ <file>../../scenes/simple_cube_animation/materials/copper.shader</file>
+ <file>../../scenes/simple_cube_animation/maps/materials/shadow.png</file>
+ <file>../../scenes/simple_cube_animation/maps/materials/spherical_checker.png</file>
+ <file>../../scenes/simple_cube_animation/maps/QT-symbol.png</file>
+ <file>tst_qt3dsviewer.qml</file>
+ </qresource>
+</RCC>