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 sharedtextureqml.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## sharedtextureqml Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-10-07 09:20:57 +00:00
|
|
|
qt_internal_add_manual_test(sharedtextureqml
|
2020-05-08 13:06:53 +00:00
|
|
|
GUI
|
|
|
|
SOURCES
|
|
|
|
../sharedtexture/videoplayer.cpp ../sharedtexture/videoplayer.h
|
|
|
|
main.cpp
|
|
|
|
INCLUDE_DIRECTORIES
|
|
|
|
../sharedtexture
|
2022-07-26 15:54:36 +00:00
|
|
|
LIBRARIES
|
2020-05-08 13:06:53 +00:00
|
|
|
Qt::3DCore
|
|
|
|
Qt::3DExtras
|
|
|
|
Qt::3DInput
|
|
|
|
Qt::3DQuickExtras
|
|
|
|
Qt::3DRender
|
|
|
|
Qt::Gui
|
|
|
|
Qt::GuiPrivate
|
|
|
|
Qt::Multimedia
|
|
|
|
Qt::Quick
|
|
|
|
Qt::Widgets
|
|
|
|
)
|
|
|
|
|
|
|
|
# Resources:
|
|
|
|
set(qml_resource_files
|
|
|
|
"main.qml"
|
|
|
|
)
|
|
|
|
|
2020-10-07 09:20:57 +00:00
|
|
|
qt_internal_add_resource(sharedtextureqml "qml"
|
2020-05-08 13:06:53 +00:00
|
|
|
PREFIX
|
|
|
|
"/"
|
|
|
|
FILES
|
|
|
|
${qml_resource_files}
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|