Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
KDE Development Scripts
Commits
17634bd2
Commit
17634bd2
authored
Sep 23, 2022
by
Laurent Montel
Browse files
Fix script
parent
4b788cc3
Pipeline
#236034
passed with stage
in 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kf5/clean-includes.sh
View file @
17634bd2
...
...
@@ -193,7 +193,10 @@ test_include() {
QCoreApplication
)
number
=
$(
grep
-c
"qApp"
"
$file
"
)
;
if
test
"
$number
"
=
0
;
then
remove_include
;
number
=
$(
grep
-c
"qAddPostRoutine"
"
$file
"
)
;
if
test
"
$number
"
=
0
;
then
remove_include
;
fi
fi
;;
QTreeView
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment