summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/cocoa/cocoa.pro
diff options
context:
space:
mode:
authorJohn Layt <jlayt@kde.org>2013-12-17 15:46:34 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-17 13:45:39 +0100
commite33b9152678cd62a7f314dae80898326595c86c0 (patch)
tree4d028318032c0ce0f0647b2169598f74a9782db3 /src/plugins/platforms/cocoa/cocoa.pro
parent6826912f605f31c8e13bfd84127fd6676602d5f1 (diff)
QPlatformPrintDevice - Add Mac implementation
Implement the OSX support for QPlatformPrintDevice Change-Id: I2e3900818d4d9f0682a15ed94b8c824085adb465 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/plugins/platforms/cocoa/cocoa.pro')
-rw-r--r--src/plugins/platforms/cocoa/cocoa.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/platforms/cocoa/cocoa.pro b/src/plugins/platforms/cocoa/cocoa.pro
index d8cd32255c..a60f4adc28 100644
--- a/src/plugins/platforms/cocoa/cocoa.pro
+++ b/src/plugins/platforms/cocoa/cocoa.pro
@@ -81,7 +81,7 @@ HEADERS += qcocoaintegration.h \
RESOURCES += qcocoaresources.qrc
-LIBS += -framework Cocoa -framework Carbon -framework IOKit
+LIBS += -framework Cocoa -framework Carbon -framework IOKit -lcups
QT += core-private gui-private platformsupport-private
@@ -90,11 +90,13 @@ qtHaveModule(widgets) {
qpaintengine_mac.mm \
qprintengine_mac.mm \
qcocoaprintersupport.mm \
+ qcocoaprintdevice.mm \
HEADERS += \
qpaintengine_mac_p.h \
qprintengine_mac_p.h \
qcocoaprintersupport.h \
+ qcocoaprintdevice.h \
QT += widgets-private printsupport-private
}