aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems')
-rw-r--r--examples/quick/customitems/maskedmousearea/CMakeLists.txt1
-rw-r--r--examples/quick/customitems/painteditem/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/examples/quick/customitems/maskedmousearea/CMakeLists.txt b/examples/quick/customitems/maskedmousearea/CMakeLists.txt
index bc341847ef..5ac8f83eed 100644
--- a/examples/quick/customitems/maskedmousearea/CMakeLists.txt
+++ b/examples/quick/customitems/maskedmousearea/CMakeLists.txt
@@ -54,7 +54,6 @@ install(TARGETS maskedmousearea
)
set_target_properties(maskedmousearea PROPERTIES
- QT_QML_MODULE_INSTALL_QMLTYPES TRUE
QT_QML_MODULE_VERSION 1.0
QT_QML_MODULE_URI Example
)
diff --git a/examples/quick/customitems/painteditem/CMakeLists.txt b/examples/quick/customitems/painteditem/CMakeLists.txt
index f958c746bc..558a0fb716 100644
--- a/examples/quick/customitems/painteditem/CMakeLists.txt
+++ b/examples/quick/customitems/painteditem/CMakeLists.txt
@@ -59,7 +59,6 @@ install(TARGETS qmltextballoonplugin
)
set_target_properties(qmltextballoonplugin PROPERTIES
- QT_QML_MODULE_INSTALL_QMLTYPES TRUE
QT_QML_MODULE_VERSION 1.0
QT_QML_MODULE_URI TextBalloonPlugin
)