Skip to content

Commit 8e6726c

Browse files
committed
cfg/kde.cfg - add more KDE macros that are widely used
1 parent 9a1d0bf commit 8e6726c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/cfg/runtests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ function check_file {
522522
kde.cpp)
523523
# TODO: "kde-4config" is no longer commonly available in recent distros
524524
#kde_fn
525-
cppcheck_run --library="$lib" --library=qt "${DIR}""$f"
525+
"${CPPCHECK}" "${CPPCHECK_OPT[@]}" --library="$lib" --library=qt "${DIR}""$f"
526526
;;
527527
libcurl.c)
528528
libcurl_fn

0 commit comments

Comments
 (0)