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

#####################################################################
## QCupsPrinterSupportPlugin Plugin:
#####################################################################

qt_add_plugin(QCupsPrinterSupportPlugin
    OUTPUT_NAME cupsprintersupport
    TYPE printsupport
    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"