diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-30 22:44:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-30 22:44:56 +0900 |
commit | 47af68ccb7e8550df716a5d79ffdbc51e69b8acb (patch) | |
tree | 15f025969400cc6f6ccf2e5c8a891d0036a3c98f /CMakeLists.txt.ORI | |
parent | 75932c4261a3f1d614fd5faeaea2227d51948e15 (diff) | |
download | polkit-agent-tde-47af68ccb7e8550df716a5d79ffdbc51e69b8acb.tar.gz polkit-agent-tde-47af68ccb7e8550df716a5d79ffdbc51e69b8acb.zip |
Added autostart desktop file.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt.ORI')
-rw-r--r-- | CMakeLists.txt.ORI | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/CMakeLists.txt.ORI b/CMakeLists.txt.ORI deleted file mode 100644 index 8b2ebe7..0000000 --- a/CMakeLists.txt.ORI +++ /dev/null @@ -1,17 +0,0 @@ -kde4_add_executable(polkit-kde-authentication-agent-1 ${policykit_SRCS}) - -target_link_libraries(polkit-kde-authentication-agent-1 - ${KDE4_TDEUI_LIBS} - ${POLKITQT-1_LIBRARIES} -) - -configure_file(polkit-kde-authentication-agent-1.desktop.in ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop) - -install(TARGETS polkit-kde-authentication-agent-1 DESTINATION ${LIBEXEC_INSTALL_DIR}) - -install(FILES ${CMAKE_BINARY_DIR}/polkit-kde-authentication-agent-1.desktop DESTINATION ${AUTOSTART_INSTALL_DIR}) - -install(FILES policykit1-kde.notifyrc DESTINATION ${DATA_INSTALL_DIR}/policykit1-kde) - -include(MacroOptionalAddSubdirectory) -macro_optional_add_subdirectory( po ) |