summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cocoa/CMakeLists.txt
blob: 7cd7a921056ebcedb2c23b5b6c00f1171b685025 (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.

#####################################################################
## cocoaprintersupport Plugin:
#####################################################################

add_qt_plugin(cocoaprintersupport
    TYPE printsupport
    CLASS_NAME QCocoaPrinterSupportPlugin
    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"