Skip to content
Commit 185678c7 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Stop defining empty DEPENDENCY_TOOL_ARGS

On !APPLE systems we were defining an empty DEPENDENCY_TOOL_ARGS macro,
resulting in a clazy warning due to `QStringLiteral(DEPENDENCY_TOOL_ARGS)`.

Now we define this macro only when needed, and we check with an #ifdef if we
need to use it. As a bonus point, we avoid to pass to QProcess::setArguments()
a list whose first element is empty.
parent 80a059d4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment