summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-31 12:25:11 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-05-21 13:21:53 +0200
commit42024666a37ad0e8b5c557a2fd901779f63d1fcb (patch)
tree5b5e786aca006db30b36479e0e573035c919293b /util
parent9bad3508fccb058261d47e023400868147f2d733 (diff)
Move QMacInternalPasteboardMime to QtGui
Task-number: QTBUG-83255 Change-Id: I00fda24479ad2c04781c5fefaa15fac1118033a8 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 4930b0d1a2..bd37e39f8f 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -96,9 +96,6 @@ _qt_library_map = [
LibraryMapping("bootstrap", "Qt6", "Qt::Bootstrap", extra=["COMPONENTS", "Bootstrap"]),
# bootstrap-dbus: Not needed in Qt6!
LibraryMapping("client", "Qt6", "Qt::WaylandClient", extra=["COMPONENTS", "WaylandClient"]),
- LibraryMapping(
- "clipboard_support", "Qt6", "Qt::ClipboardSupport", extra=["COMPONENTS", "ClipboardSupport"]
- ),
LibraryMapping("coap", "Qt6", "Qt::Coap", extra=["COMPONENTS", "Coap"]),
LibraryMapping("common-lib", "Qt6", "Qt::AppManCommon", extra=["COMPONENTS", "AppManCommon"]),
LibraryMapping(