summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/cocoa.pro
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-05-11 17:57:24 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-06-04 01:46:27 +0200
commit7f179eff61826323afea474b8ecd1a04f0a41e32 (patch)
treea0b32c05171d45b5957f09034e3b6220894e1f8b /src/plugins/platforms/cocoa/cocoa.pro
parent6a3c6f939f29c83d53d2da0c3f53b814bdd02358 (diff)
Move macOS print support from platform plugin into QtPrintSupport
Task-number: QTBUG-83256 Change-Id: I29044b6c3f952c259f501f94a175c8ef2cbaae55 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/plugins/platforms/cocoa/cocoa.pro')
-rw-r--r--src/plugins/platforms/cocoa/cocoa.pro17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/plugins/platforms/cocoa/cocoa.pro b/src/plugins/platforms/cocoa/cocoa.pro
index c0a7b4e6cf..a33b99e898 100644
--- a/src/plugins/platforms/cocoa/cocoa.pro
+++ b/src/plugins/platforms/cocoa/cocoa.pro
@@ -89,7 +89,7 @@ qtConfig(sessionmanager) {
RESOURCES += qcocoaresources.qrc
-LIBS += -framework AppKit -framework CoreServices -framework Carbon -framework IOKit -framework QuartzCore -framework CoreVideo -framework Metal -framework IOSurface -lcups
+LIBS += -framework AppKit -framework CoreServices -framework Carbon -framework IOKit -framework QuartzCore -framework CoreVideo -framework Metal -framework IOSurface
DEFINES += QT_NO_FOREACH
@@ -100,21 +100,6 @@ CONFIG += no_app_extension_api_only
qtHaveModule(widgets) {
QT_FOR_CONFIG += widgets
- SOURCES += qpaintengine_mac.mm
- HEADERS += qpaintengine_mac_p.h
-
- qtHaveModule(printsupport) {
- QT += printsupport-private
- SOURCES += \
- qprintengine_mac.mm \
- qcocoaprintersupport.mm \
- qcocoaprintdevice.mm
- HEADERS += \
- qcocoaprintersupport.h \
- qcocoaprintdevice.h \
- qprintengine_mac_p.h
- }
-
qtConfig(colordialog) {
SOURCES += qcocoacolordialoghelper.mm
HEADERS += qcocoacolordialoghelper.h