summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cocoa/cocoa.pro
blob: 477715a8e23be54c59a5bb7edb2fb8c993466b65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TARGET = cocoaprintersupport
load(qt_plugin)
DESTDIR = $$QT.gui.plugins/printsupport

QT += gui-private printsupport-private
LIBS += -framework Cocoa

SOURCES += main.cpp

OTHER_FILES += cocoa.json

target.path += $$[QT_INSTALL_PLUGINS]/printsupport
INSTALLS += target