Add PlasmaQuick to kf5-prefix porting script
This commit is contained in:
parent
09b49b48e9
commit
98df4984d0
@ -82,6 +82,7 @@ def replace_all(path):
|
|||||||
txt = replace_one(txt, "KDE4Support", "KDE4Support")
|
txt = replace_one(txt, "KDE4Support", "KDE4Support")
|
||||||
# plasma
|
# plasma
|
||||||
txt = replace_one(txt, "Plasma", "Plasma")
|
txt = replace_one(txt, "Plasma", "Plasma")
|
||||||
|
txt = replace_one(txt, "PlasmaQuick", "PlasmaQuick")
|
||||||
|
|
||||||
with open(path, "w") as f:
|
with open(path, "w") as f:
|
||||||
f.write(txt)
|
f.write(txt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user