CMake: Remove GENERATE_METATYPES usage
We now generate metatypes by default and every instance of GENERATE_METATYPES now causes a warning. Change-Id: I83a124de3f3bb1fc770cfae0eed955c03e95b310 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>bb10
parent
868a9c1658
commit
5acb1af6b6
|
|
@ -51,7 +51,6 @@ endif()
|
|||
# special case end
|
||||
|
||||
qt_internal_add_module(Gui
|
||||
GENERATE_METATYPES
|
||||
PLUGIN_TYPES accessiblebridge platforms platforms/darwin xcbglintegrations platformthemes platforminputcontexts generic iconengines imageformats egldeviceintegrations
|
||||
FEATURE_DEPENDENCIES # special case:
|
||||
Qt::Network # special case:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
#####################################################################
|
||||
|
||||
qt_internal_add_module(Widgets
|
||||
GENERATE_METATYPES
|
||||
QMAKE_MODULE_CONFIG uic
|
||||
PLUGIN_TYPES styles
|
||||
SOURCES
|
||||
|
|
|
|||
Loading…
Reference in New Issue