diff options
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r-- | util/cmake/helper.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py index e1adf7161e3..2848621dc53 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -240,18 +240,6 @@ _qt_library_map = [ "particles", "Qt6", "Qt::QuickParticles", extra=["COMPONENTS", "QuickParticles"] ), LibraryMapping( - "platformcompositor", - "Qt6", - "Qt::PlatformCompositorSupport", - extra=["COMPONENTS", "PlatformCompositorSupport"], - ), - LibraryMapping( - "platformcompositor_support", - "Qt6", - "Qt::PlatformCompositorSupport", - extra=["COMPONENTS", "PlatformCompositorSupport"], - ), - LibraryMapping( "plugin-interfaces", "Qt6", "Qt::AppManPluginInterfaces", |