summaryrefslogtreecommitdiffstats
path: root/qmake/project.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/project.cpp')
-rw-r--r--qmake/project.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/project.cpp b/qmake/project.cpp
index 1b352796a5..5c99cb1c7a 100644
--- a/qmake/project.cpp
+++ b/qmake/project.cpp
@@ -86,7 +86,7 @@ static ProStringList prepareBuiltinArgs(const QList<ProStringList> &args)
ProStringList ret;
ret.reserve(args.size());
foreach (const ProStringList &arg, args)
- ret << arg.join(" ");
+ ret << arg.join(' ');
return ret;
}