summaryrefslogtreecommitdiffstats
path: root/src/plugins/printsupport/cups/.prev_CMakeLists.txt
blob: 45fed9058878cb434fa016421ed648822dfb1ffb (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
30
31
# Generated from cups.pro.

#####################################################################
## 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
        Cups::Cups
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::PrintSupportPrivate
    PUBLIC_LIBRARIES
        Qt::Core
        Qt::Gui
        Qt::PrintSupport
)

#### Keys ignored in scope 1:.:.:cups.pro:<TRUE>:
# MODULE = "cupsprintersupport"
# OTHER_FILES = "cups.json"
# _LOADED = "qt_plugin"