From 97a5cf86345fd72cdff83c03664c19a8f5cdf79a Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Tue, 28 Jan 2020 23:38:38 +0100 Subject: Regenerate examples Change-Id: I39564d4b644a7ee367d9ce92b85426a5c2a122a4 Reviewed-by: Leander Beernaert Reviewed-by: Alexandru Croitor --- examples/quick/scenegraph/twotextureproviders/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/quick/scenegraph/twotextureproviders/CMakeLists.txt') diff --git a/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt b/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt index f9f9ec6bab..0f6104ae40 100644 --- a/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt +++ b/examples/quick/scenegraph/twotextureproviders/CMakeLists.txt @@ -51,3 +51,11 @@ install(TARGETS twotextureproviders BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}" ) + +set_target_properties(twotextureproviders PROPERTIES + QT_QML_MODULE_INSTALL_QMLTYPES TRUE + QT_QML_MODULE_VERSION 1.0 + QT_QML_MODULE_URI SceneGraphRendering +) + +qt6_qml_type_registration(twotextureproviders) -- cgit v1.2.3