2020-01-17 00:31:53 +00:00
|
|
|
add_definitions(-DTRANSLATION_DOMAIN="kdeconnect-settings")
|
|
|
|
|
2023-04-15 11:57:52 +01:00
|
|
|
qt_add_resources(kdeconnect_custom_icons_SRCS ${CMAKE_SOURCE_DIR}/icons/custom_icons.qrc)
|
2021-05-23 05:54:04 +01:00
|
|
|
|
|
|
|
add_executable(kdeconnect-settings
|
|
|
|
main.cpp
|
|
|
|
${kdeconnect_custom_icons_SRCS}
|
|
|
|
)
|
|
|
|
|
2023-04-15 11:57:52 +01:00
|
|
|
target_link_libraries(kdeconnect-settings kdeconnectversion KF${QT_MAJOR_VERSION}::I18n KF${QT_MAJOR_VERSION}::KCMUtils KF${QT_MAJOR_VERSION}::DBusAddons KF${QT_MAJOR_VERSION}::WindowSystem)
|
2020-01-17 00:31:53 +00:00
|
|
|
|
2022-04-20 23:50:14 +01:00
|
|
|
install(TARGETS kdeconnect-settings ${KDE_INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|
|
install(FILES org.kde.kdeconnect-settings.desktop DESTINATION ${KDE_INSTALL_APPDIR})
|