You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
500 B
12 lines
500 B
# KI18N Translation Domain for this library |
|
add_definitions(-DTRANSLATION_DOMAIN=\"krdb\") |
|
|
|
add_library(krdb krdb.cpp) |
|
target_link_libraries(krdb PRIVATE Qt::Widgets Qt::DBus KF5::GuiAddons KF5::I18n KF5::WindowSystem KF5::ConfigWidgets PW::KWorkspace X11::X11) |
|
if (QT_MAJOR_VERSION EQUAL "5") |
|
target_link_libraries(krdb PRIVATE Qt5::X11Extras) |
|
else() |
|
target_link_libraries(krdb PRIVATE Qt::GuiPrivate) |
|
endif() |
|
|
|
install(TARGETS krdb ${KDE_INSTALL_TARGETS_DEFAULT_ARGS} LIBRARY NAMELINK_SKIP)
|
|
|