2022-07-05 13:11:56 +00:00
|
|
|
# Copyright (C) 2022 The Qt Company Ltd.
|
2022-08-22 13:39:32 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2022-07-05 13:11:56 +00:00
|
|
|
|
2020-05-08 13:06:53 +00:00
|
|
|
# Generated from animation-keyframe-blendtree.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## animation-keyframe-blendtree Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-10-07 09:20:57 +00:00
|
|
|
qt_internal_add_manual_test(animation-keyframe-blendtree
|
2020-05-08 13:06:53 +00:00
|
|
|
GUI
|
|
|
|
SOURCES
|
|
|
|
main.cpp
|
2022-07-26 15:54:36 +00:00
|
|
|
LIBRARIES
|
2020-05-08 13:06:53 +00:00
|
|
|
Qt::3DQuickAnimation
|
|
|
|
Qt::3DQuickExtras
|
|
|
|
Qt::Gui
|
|
|
|
)
|
|
|
|
|
|
|
|
# Resources:
|
|
|
|
set(main_resource_files
|
|
|
|
"DefaultSceneEntity.qml"
|
|
|
|
"main.qml"
|
|
|
|
"sliding-cube.json"
|
|
|
|
"sliding-pulsing-cube.json"
|
|
|
|
)
|
|
|
|
|
2020-10-07 09:20:57 +00:00
|
|
|
qt_internal_add_resource(animation-keyframe-blendtree "main"
|
2020-05-08 13:06:53 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${main_resource_files}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:animation-keyframe-blendtree.pro:<TRUE>:
|
|
|
|
# OTHER_FILES = "main.qml" "DefaultSceneEntity.qml"
|
|
|
|
# TEMPLATE = "app"
|