summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cups/CMakeLists.txt
blob: 85e9115747c055f811f6785d0eea6d0ba4f121ca (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
25
26
27
28
29
# Generated from cups.pro.

qt_find_package(Cups PROVIDED_TARGETS Cups::Cups) # special case

#####################################################################
## cupsprintersupport Plugin:
#####################################################################

add_qt_plugin(cupsprintersupport
    TYPE printsupport
    CLASS_NAME QCupsPrinterSupportPlugin
    SOURCES
        main.cpp
        qcupsprintengine.cpp qcupsprintengine_p.h
        qcupsprintersupport.cpp qcupsprintersupport_p.h
        qppdprintdevice.cpp qppdprintdevice.h
    INCLUDE_DIRECTORIES
        ../../../printsupport/kernel
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::PrintSupport
        Qt::PrintSupportPrivate
        Cups::Cups
    # MODULE = "cupsprintersupport"
    # OTHER_FILES = "cups.json"
    # PLUGIN_CLASS_NAME = "QCupsPrinterSupportPlugin"
    # _LOADED = "qt_plugin"
)