2014-11-19 02:23:05 +00:00
|
|
|
set(libkcups_SRCS
|
|
|
|
KIppRequest.cpp
|
|
|
|
KCupsPasswordDialog.cpp
|
|
|
|
KCupsConnection.cpp
|
|
|
|
KCupsJob.cpp
|
|
|
|
KCupsPrinter.cpp
|
|
|
|
KCupsServer.cpp
|
|
|
|
KCupsRequest.cpp
|
|
|
|
ClassListWidget.cpp
|
|
|
|
PPDModel.cpp
|
|
|
|
SelectMakeModel.cpp
|
|
|
|
NoSelectionRectDelegate.cpp
|
|
|
|
PrinterModel.cpp
|
|
|
|
PrinterSortFilterModel.cpp
|
|
|
|
JobModel.cpp
|
|
|
|
JobSortFilterModel.cpp
|
|
|
|
SelectMakeModel.ui
|
|
|
|
)
|
|
|
|
|
2015-09-02 02:13:50 +03:00
|
|
|
add_library(kcupslib SHARED ${libkcups_SRCS})
|
2014-11-19 02:23:05 +00:00
|
|
|
target_link_libraries(kcupslib
|
|
|
|
${KDE4_KIO_LIBS}
|
2015-11-06 07:14:00 +02:00
|
|
|
${CUPS_LIBRARIES}
|
2014-11-19 02:23:05 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
install(TARGETS kcupslib ${INSTALL_TARGETS_DEFAULT_ARGS})
|