Warning, /plasma/print-manager/src/printqueue/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(queuemanager_SRCS
0002 main.cpp
0003 PrintQueue.cpp
0004 PrintQueueUi.cpp
0005 PrintQueue.h
0006 PrintQueueUi.h
0007 )
0008
0009 ki18n_wrap_ui(queuemanager_SRCS
0010 PrintQueueUi.ui
0011 )
0012
0013 add_executable(kde-print-queue
0014 ${queuemanager_SRCS}
0015 )
0016
0017 target_link_libraries(kde-print-queue
0018 Qt::Core
0019 Qt::Widgets
0020 KF6::CoreAddons
0021 KF6::I18n
0022 KF6::KIOCore
0023 KF6::KIOWidgets
0024 KF6::WidgetsAddons
0025 KF6::DBusAddons
0026 KF6::ConfigCore
0027 kcupslib
0028 )
0029
0030 install(TARGETS kde-print-queue DESTINATION ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
0031 install(PROGRAMS org.kde.PrintQueue.desktop DESTINATION ${KDE_INSTALL_APPDIR})