summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-04-27 10:54:18 +0200
committerMaximilian Goldstein <max.goldstein@qt.io>2021-04-27 12:39:59 +0200
commit0b33da16756454fb724064d0742c9aa4a782e591 (patch)
tree9449189342b029d2070625428fd4e351911c7bd4
parent4258f337f5c550c86256e4f5494a2bb9f7eedf0f (diff)
downloadqtlocation-0b33da16756454fb724064d0742c9aa4a782e591.tar.gz
CMake: Remove GENERATE_METATYPES usage
We now generate metatypes by default and every instance of GENERATE_METATYPES now causes a warning. Change-Id: I302786bc7785dac81c412ab5b49c46391eca41b6 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
-rw-r--r--src/positioning/CMakeLists.txt1
-rw-r--r--src/positioningquick/CMakeLists.txt1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/positioning/CMakeLists.txt b/src/positioning/CMakeLists.txt
index 898dd641..a16cf8e4 100644
--- a/src/positioning/CMakeLists.txt
+++ b/src/positioning/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
qt_internal_add_module(Positioning
- GENERATE_METATYPES # special case
PLUGIN_TYPES position
SOURCES
qclipperutils.cpp qclipperutils_p.h
diff --git a/src/positioningquick/CMakeLists.txt b/src/positioningquick/CMakeLists.txt
index 89366e6d..4aa2003a 100644
--- a/src/positioningquick/CMakeLists.txt
+++ b/src/positioningquick/CMakeLists.txt
@@ -5,7 +5,6 @@
#####################################################################
qt_internal_add_module(PositioningQuick
- GENERATE_METATYPES
SOURCES
qdeclarativegeoaddress_p.h qdeclarativegeoaddress.cpp
qdeclarativegeolocation_p.h qdeclarativegeolocation.cpp