diff options
author | Alexandru Croitor <[email protected]> | 2020-01-28 23:38:38 +0100 |
---|---|---|
committer | Alexandru Croitor <[email protected]> | 2020-01-29 15:39:22 +0000 |
commit | 97a5cf86345fd72cdff83c03664c19a8f5cdf79a (patch) | |
tree | 2ce6946c3ad4ceafb91aeab434dc36cf3473d370 /examples/quick/customitems/painteditem | |
parent | 12f0381a34a9fb4548e9b30c987f44848adc1f67 (diff) |
Regenerate examples
Change-Id: I39564d4b644a7ee367d9ce92b85426a5c2a122a4
Reviewed-by: Leander Beernaert <[email protected]>
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'examples/quick/customitems/painteditem')
-rw-r--r-- | examples/quick/customitems/painteditem/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/customitems/painteditem/CMakeLists.txt b/examples/quick/customitems/painteditem/CMakeLists.txt index b036943621..8cf04fdfec 100644 --- a/examples/quick/customitems/painteditem/CMakeLists.txt +++ b/examples/quick/customitems/painteditem/CMakeLists.txt @@ -53,3 +53,11 @@ install(TARGETS qmltextballoonplugin BUNDLE DESTINATION "${INSTALL_EXAMPLEDIR}" LIBRARY DESTINATION "${INSTALL_EXAMPLEDIR}" ) + +set_target_properties(qmltextballoonplugin PROPERTIES + QT_QML_MODULE_INSTALL_QMLTYPES TRUE + QT_QML_MODULE_VERSION 1.0 + QT_QML_MODULE_URI TextBalloonPlugin +) + +qt6_qml_type_registration(qmltextballoonplugin) |