Skip to content

Commit 858b5ea

Browse files
authored
refs #12692 - donate-cpu: improved kde library detection (#6372)
1 parent 34a202d commit 858b5ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/donate_cpu_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Version scheme (MAJOR.MINOR.PATCH) should orientate on "Semantic Versioning" https://semver.org/
1717
# Every change in this script should result in increasing the version number accordingly (exceptions may be cosmetic
1818
# changes)
19-
CLIENT_VERSION = "1.3.58"
19+
CLIENT_VERSION = "1.3.59"
2020

2121
# Timeout for analysis with Cppcheck in seconds
2222
CPPCHECK_TIMEOUT = 30 * 60
@@ -685,7 +685,7 @@ def __init__(self):
685685
'ginac': ['<ginac/', '"ginac/'],
686686
'googletest': ['<gtest/gtest.h>'],
687687
'gtk': ['<gtk', '<glib.h>', '<glib-', '<glib/', '<gdk/', '<gnome'],
688-
'kde': ['<KGlobal>', '<KApplication>', '<KDE/', '<klocalizedstring.h>'],
688+
'kde': ['<KGlobal>', '<KApplication>', '<KLocalizedString>', '<KDE/', '<klocalizedstring.h>'],
689689
'libcerror': ['<libcerror.h>'],
690690
'libcurl': ['<curl/curl.h>'],
691691
'libsigc++': ['<sigc++/'],

0 commit comments

Comments
 (0)