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.
6 lines
344 B
6 lines
344 B
add_definitions(-DTRANSLATION_DOMAIN=\"kio5_applications\") |
|
|
|
kcoreaddons_add_plugin(kio_applications SOURCES kio_applications.cpp INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/kio") |
|
set_target_properties(kio_applications PROPERTIES OUTPUT_NAME "applications") |
|
|
|
target_link_libraries(kio_applications KF5::KIOCore KF5::I18n KF5::Service Qt::Network)
|
|
|