From d4e06b76962198eb64e6c2826d4695248102037c Mon Sep 17 00:00:00 2001 From: Vincent Reher Date: Sat, 5 Mar 2022 15:14:32 -0800 Subject: Replace listview's binary "Case Insensitive Sort" option with 3 mutually exclusive options: 1. Unicode based (AB...ab) 2. Unicode based, case insensitive (aAbB) 2. Locale based This resolves issue #252. Signed-off-by: Vincent Reher --- libkonq/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'libkonq/CMakeLists.txt') diff --git a/libkonq/CMakeLists.txt b/libkonq/CMakeLists.txt index e774a81bb..c1780780d 100644 --- a/libkonq/CMakeLists.txt +++ b/libkonq/CMakeLists.txt @@ -43,6 +43,7 @@ install( FILES konq_historymgr.h konq_historycomm.h konq_pixmapprovider.h kivdirectoryoverlay.h kivfreespaceoverlay.h konq_faviconmgr.h konq_xmlguiclient.h konqbookmarkmanager.h konq_filetip.h + konq_sort_constants.h konq_string_compare.h DESTINATION ${INCLUDE_INSTALL_DIR} ) -- cgit v1.2.1