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