summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cocoa/CMakeLists.txt
blob: 3821150fdc2eb8afdbab4b63a9c902c8756a402f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Generated from cocoa.pro.

#####################################################################
## QCocoaPrinterSupportPlugin Plugin:
#####################################################################

qt_add_plugin(QCocoaPrinterSupportPlugin
    OUTPUT_NAME cocoaprintersupport
    TYPE printsupport
    SOURCES
        main.cpp
    LIBRARIES
        Qt::GuiPrivate
        Qt::PrintSupportPrivate
    PUBLIC_LIBRARIES
        ${FWAppKit}
        Qt::Core
        Qt::Gui
        Qt::PrintSupport
)

#### Keys ignored in scope 1:.:.:cocoa.pro:<TRUE>:
# MODULE = "cocoaprintersupport"
# OTHER_FILES = "cocoa.json"