Warning, /plasma/print-manager/src/configure-printer/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(configureprinter_SRCS
0002     ConfigurePrinterInterface.cpp
0003     ConfigurePrinterInterface.h
0004     Debug.cpp
0005     Debug.h
0006     PrinterPage.cpp
0007     PrinterPage.h
0008     PrinterOptions.cpp
0009     PrinterOptions.h
0010     PrinterBehavior.cpp
0011     PrinterBehavior.h
0012     ConfigureDialog.cpp
0013     ConfigureDialog.h
0014     ConfigurePrinter.cpp
0015     ConfigurePrinter.h
0016     main.cpp
0017 )
0018 
0019 ki18n_wrap_ui(configureprinter_SRCS
0020     PrinterOptions.ui
0021     PrinterBehavior.ui
0022 )
0023 
0024 qt_add_dbus_adaptor(configureprinter_SRCS
0025     org.kde.ConfigurePrinter.xml
0026     ConfigurePrinterInterface.h
0027     ConfigurePrinterInterface
0028 )
0029 
0030 add_executable(configure-printer ${configureprinter_SRCS})
0031 target_link_libraries(configure-printer
0032     Qt6::Core
0033     Qt6::Widgets
0034     Qt6::Core5Compat
0035     KF6::CoreAddons
0036     KF6::I18n
0037     KF6::IconThemes
0038     KF6::IconWidgets
0039     KF6::KIOCore
0040     KF6::KIOWidgets
0041     KF6::WidgetsAddons
0042     KF6::DBusAddons
0043     KF6::ConfigCore
0044     KF6::IconWidgets
0045     Cups::Cups
0046     kcupslib
0047 )
0048 
0049 install(TARGETS configure-printer DESTINATION ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0050 install(PROGRAMS org.kde.ConfigurePrinter.desktop DESTINATION ${KDE_INSTALL_APPDIR})