aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/abstractcommandexecutor.cpp
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-12-01 00:50:22 -0800
committerJake Petroules <jake.petroules@qt.io>2017-01-05 11:06:18 +0000
commit26f7119767870b4ac8c0eca8711f213170313887 (patch)
treef00224572fb94be53430bf9e1384c91990c21c9b /src/lib/corelib/buildgraph/abstractcommandexecutor.cpp
parenteee738fa94293d9f17bb337e7740f990ab2c67a9 (diff)
Give the two copies command.{cpp,h} non-ambiguous names
The pair in tools/buildgraph becomes rulecommands.{cpp,h} The pair in parser becomes parsercommand.{cpp,h} This resolves a conflict which prevented compilation of the entire set of qbs sources with MSVC and the /Fo option. Change-Id: Ic909d02a230d8e59f3bf4d00fc895bf54739961a Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/abstractcommandexecutor.cpp')
-rw-r--r--src/lib/corelib/buildgraph/abstractcommandexecutor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/abstractcommandexecutor.cpp b/src/lib/corelib/buildgraph/abstractcommandexecutor.cpp
index cacea2d98..1ed5f21f3 100644
--- a/src/lib/corelib/buildgraph/abstractcommandexecutor.cpp
+++ b/src/lib/corelib/buildgraph/abstractcommandexecutor.cpp
@@ -39,7 +39,7 @@
#include "abstractcommandexecutor.h"
-#include "command.h"
+#include "rulecommands.h"
#include <logging/translator.h>
#include <tools/error.h>