how to trim whitespace in pri file?
Unsolved
Qt Creator and other tools
-
how to trim whitespace in pri file?
i can not find any way on https://doc.qt.io/qt-5/qmake-function-reference.html
-
@JohnDaYe said in how to trim whitespace in pri file?:
i can not find any way
maybe because there's no need to do that?
could you describe your use case a little bit?
-
Hi,
The most simple is to use your editor for that. That's its role.
-
@Pablo-J.-Rogina i read data from system.cmd and store it in a var
i need trim whitespace in var -
@JohnDaYe Can you show how you read that data?
Maybe this can help: https://stackoverflow.com/questions/369758/how-to-trim-whitespace-from-a-bash-variable