summaryrefslogtreecommitdiffstats
path: root/src/printsupport/platform/macos/macos.pri
blob: 06a7c6a6830904dcb83d3435f867548436462135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SOURCES += \
    $$PWD/qprintengine_mac.mm \
    $$PWD/qpaintengine_mac.mm \
    $$PWD/qcocoaprintdevice.mm

HEADERS += \
    $$PWD/qcocoaprintersupport_p.h \
    $$PWD/qcocoaprintdevice_p.h \
    $$PWD/qprintengine_mac_p.h \
    $$PWD/qpaintengine_mac_p.h

# Disable PCH to allow selectively enabling QT_STATICPLUGIN
NO_PCH_SOURCES += $$PWD/qcocoaprintersupport.mm

LIBS += -framework ApplicationServices -lcups

OTHER_FILES += cocoa.json