aboutsummaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-04-18 06:46:11 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-04-19 11:59:05 +0000
commit560b3ea28aa34471ea7aacfeb6e7acf7a3cd4a27 (patch)
treef05f6bd9c7ed9e4e806ac7b26b2ac797bc2db077 /src/app
parent929ac40c78792594b4651c3adaad5aceb9e123a9 (diff)
Make sure we can build qbs without item models
Have separate files for the Settings representation. Change-Id: I01c646652d2572d107ffc5bc2ea347ff9c058532 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/configcommandexecutor.cpp2
-rw-r--r--src/app/qbs/parser/commandlineparser.cpp2
2 files changed, 2 insertions, 2 deletions
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 <tools/settingsmodel.h>
+#include <tools/settingsrepresentation.h>
#include <tools/error.h>
#include <QtCore/qdir.h>
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 <tools/qbsassert.h>
#include <tools/qttools.h>
#include <tools/settings.h>
-#include <tools/settingsmodel.h>
+#include <tools/settingsrepresentation.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qdir.h>