From 560b3ea28aa34471ea7aacfeb6e7acf7a3cd4a27 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 18 Apr 2018 06:46:11 +0200 Subject: Make sure we can build qbs without item models Have separate files for the Settings representation. Change-Id: I01c646652d2572d107ffc5bc2ea347ff9c058532 Reviewed-by: Christian Kandeler --- src/app/config/configcommandexecutor.cpp | 2 +- src/app/qbs/parser/commandlineparser.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app') diff --git a/src/app/config/configcommandexecutor.cpp b/src/app/config/configcommandexecutor.cpp index 3169a6f24..365997043 100644 --- a/src/app/config/configcommandexecutor.cpp +++ b/src/app/config/configcommandexecutor.cpp @@ -41,7 +41,7 @@ #include "configcommand.h" #include "../shared/logging/consolelogger.h" -#include +#include #include #include diff --git a/src/app/qbs/parser/commandlineparser.cpp b/src/app/qbs/parser/commandlineparser.cpp index feb69b207..92c43c8c6 100644 --- a/src/app/qbs/parser/commandlineparser.cpp +++ b/src/app/qbs/parser/commandlineparser.cpp @@ -57,7 +57,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3