summaryrefslogtreecommitdiffstats
path: root/tests/manual/submesh/submesh.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/submesh/submesh.pro')
-rw-r--r--tests/manual/submesh/submesh.pro21
1 files changed, 19 insertions, 2 deletions
diff --git a/tests/manual/submesh/submesh.pro b/tests/manual/submesh/submesh.pro
index 56f21eb17..b00b7b256 100644
--- a/tests/manual/submesh/submesh.pro
+++ b/tests/manual/submesh/submesh.pro
@@ -2,8 +2,25 @@ TEMPLATE = app
TARGET = tst_submesh
CONFIG += qt warn_on
-QT += 3d quick
+QT += 3dquick
SOURCES += main.cpp
-INSTALL_DIRS = qml
+ICON_FILE = ../icon.png
+
+QML_FILES = \
+ qml/desktop.qml \
+ qml/TestSubmesh.qml
+
+QML_INFRA_FILES = \
+ $$QML_FILES
+
+QML_MESHES_FILES = \
+ qml/meshes/lunar-lander.3ds
+
+CATEGORY = manual
+include(../../../pkg.pri)
+
+OTHER_FILES += \
+ mt.qml \
+ $$QML_INFRA_FILES