aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlxmllistmodel
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-04-27 10:05:22 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2021-04-27 11:22:09 +0200
commit6850da55d7d6f098de76bb2098d8bb010870aff5 (patch)
tree4d652928ce12e9c31542d4965a04f3b1bdb32cf1 /src/qmlxmllistmodel
parent077b8f8df437d1cfcf67b153dd4535c36786bdee (diff)
CMake: Remove GENERATE_METATYPES usage
We now generate metatypes by default and every instance of GENERATE_METATYPES now causes a warning. Change-Id: Id81f66eb8b0b7cc9475fd9978ebe374a59ab7b63 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qmlxmllistmodel')
-rw-r--r--src/qmlxmllistmodel/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qmlxmllistmodel/CMakeLists.txt b/src/qmlxmllistmodel/CMakeLists.txt
index 9a6cae35e5..453d0348fc 100644
--- a/src/qmlxmllistmodel/CMakeLists.txt
+++ b/src/qmlxmllistmodel/CMakeLists.txt
@@ -1,5 +1,4 @@
qt_internal_add_module(QmlXmlListModel
- GENERATE_METATYPES
SOURCES
qqmlxmllistmodel_p.h qqmlxmllistmodel.cpp
qtqmlxmllistmodelglobal_p.h