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
951e7f46
Commit
951e7f46
authored
Sep 30, 2022
by
Laurent Montel
Browse files
Add QtMath support
parent
230d3589
Pipeline
#238607
passed with stage
in 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
clean-includes.sh
View file @
951e7f46
...
...
@@ -76,6 +76,14 @@ test_include() {
echo
"first car :
$firstCar
"
;
if
test
"
$firstCar
"
=
"Q"
||
test
"
$firstCar
"
=
"K"
;
then
case
$newname
in
QtMath
)
number
=
$(
grep
-c
"qPow"
"
$file
"
)
;
echo
"qPow
$number
"
;
if
test
"
$number
"
=
0
;
then
remove_include
;
fi
;;
QQmlContext
)
number
=
$(
grep
-c
"rootContext()"
"
$file
"
)
;
echo
"rootContext()
$number
"
;
...
...
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