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 /core/CMakeLists.txt | |
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 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index a71f4f05f..e0aa29709 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -51,8 +51,3 @@ tde_add_library( polkit-tqt-core SHARED AUTOMOC DESTINATION ${LIB_INSTALL_DIR} ) - -## -## set_target_properties(polkit-tqt-core-1 PROPERTIES VERSION ${POLKITTQT-1_LIBRARY_VERSION} -## SOVERSION ${POLKITTQT-1_ABI_VERSION} -## DEFINE_SYMBOL MAKE_POLKIT_TQT_LIB) |