diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-09 23:27:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-09 23:27:00 +0900 |
commit | 416bed9bc124e24cc1351c7d8e5810ca7570a023 (patch) | |
tree | fbb25a82365c24f80874fe0d7190533b27a4df3b /agent | |
parent | 855818127b02c367fb187e67b9bb9b229b916304 (diff) | |
download | polkit-tqt-416bed9bc124e24cc1351c7d8e5810ca7570a023.tar.gz polkit-tqt-416bed9bc124e24cc1351c7d8e5810ca7570a023.zip |
Updated documentation and clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'agent')
-rw-r--r-- | agent/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/agent/CMakeLists.txt b/agent/CMakeLists.txt index 7ebab2769..a47cd0431 100644 --- a/agent/CMakeLists.txt +++ b/agent/CMakeLists.txt @@ -49,10 +49,3 @@ tde_add_library( polkit-tqt-agent SHARED AUTOMOC DESTINATION ${LIB_INSTALL_DIR} ) - -## -## set_target_properties(polkit-tqt-agent-1 PROPERTIES VERSION ${POLKITTQT-1_LIBRARY_VERSION} -## SOVERSION ${POLKITTQT-1_ABI_VERSION} -## DEFINE_SYMBOL MAKE_POLKIT_TQT_LIB) -## - |