diff options
author | Vincent Reher <tde@4reher.org> | 2023-10-03 08:52:15 -0700 |
---|---|---|
committer | Vincent Reher <tde@4reher.org> | 2023-10-03 09:05:14 -0700 |
commit | 53a4f3cef248107cd0abfe89b9f7bc2199b7d11d (patch) | |
tree | e4fd257d78dee8cdd5e2f97b1caedb479d4b3ad9 /libkonq/CMakeLists.txt | |
parent | 53ee298ff7d9427cee30fd1d0e89270168ef3813 (diff) | |
download | tdebase-issue/270/tdebase.tar.gz tdebase-issue/270/tdebase.zip |
Changes to bring code up to date and to synchronize with current changesissue/270/tdebase
in https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/pulls/209.
Code now includes GUI enabling user to change TDEHiddenFileMatcher
for current KDirLister.
Signed-off-by: Vincent Reher <tde@4reher.org>
Diffstat (limited to 'libkonq/CMakeLists.txt')
-rw-r--r-- | libkonq/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libkonq/CMakeLists.txt b/libkonq/CMakeLists.txt index c1780780d..59801ceff 100644 --- a/libkonq/CMakeLists.txt +++ b/libkonq/CMakeLists.txt @@ -44,6 +44,8 @@ install( FILES kivdirectoryoverlay.h kivfreespaceoverlay.h konq_faviconmgr.h konq_xmlguiclient.h konqbookmarkmanager.h konq_filetip.h konq_sort_constants.h konq_string_compare.h + update_tdestringmatcher.h + DESTINATION ${INCLUDE_INSTALL_DIR} ) @@ -72,6 +74,7 @@ tde_add_library( konq SHARED AUTOMOC konq_undo.skel konq_historymgr.cpp konq_historycomm.cpp konq_historycomm.skel konq_pixmapprovider.cpp kivdirectoryoverlay.cpp kivfreespaceoverlay.cpp konq_faviconmgr.cpp konq_faviconmgr.skel konq_filetip.cpp + update_tdestringmatcher_dialog.cpp update_tdestringmatcher.cpp VERSION 4.2.0 LINK tdeparts-shared DESTINATION ${LIB_INSTALL_DIR} |