aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-07-22 13:56:29 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-22 14:15:19 +0200
commit8c0a975afacc10f0f2c9defffc95b8ae22e8da63 (patch)
tree8704229c237db688ce6b429c1cc6b81a7051aad3 /src/lib/corelib/buildgraph
parent9911d84d29080d6418e43a7c5740c3da7ace70bf (diff)
fix Qt4 build
Change-Id: Icbfb31d435b804254e1df95ed188763360f7c33b Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph')
-rw-r--r--src/lib/corelib/buildgraph/rulesapplicator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/rulesapplicator.cpp b/src/lib/corelib/buildgraph/rulesapplicator.cpp
index f28b98e29..8151cdc52 100644
--- a/src/lib/corelib/buildgraph/rulesapplicator.cpp
+++ b/src/lib/corelib/buildgraph/rulesapplicator.cpp
@@ -439,7 +439,7 @@ public:
const QVariant &value = nvp.second;
if (!artifactModulesCfg.contains(nameParts.first())) {
throw ErrorInfo(Tr::tr("Can't set module property %1 on artifact %2.")
- .arg(nameParts.join(QLatin1Char('.')),
+ .arg(nameParts.join(QLatin1String(".")),
outputArtifact->filePath()));
}
setConfigProperty(artifactModulesCfg, nameParts, value);