summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.qbs
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-11-15 14:14:38 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-11-17 15:34:15 +0000
commitbf970a592908dbd2ef053a599f72720b2e3dce4c (patch)
treebd6da4156f7c15bf5803fb504d1b67daceca1e4d /src/plugins/projectexplorer/projectexplorer.qbs
parent23d72b6911832e0abc0ba83139f791dbf3cb3f36 (diff)
downloadqt-creator-bf970a592908dbd2ef053a599f72720b2e3dce4c.tar.gz
ProjectExplorer: Split up settingsaccessor.h
Split up settingsaccessor.h/settingsaccessor.cpp by moving the userfileaccessor code into its own set of files called userfileaccessor.h/userfileaccessor.cpp. Change-Id: I634550b7ebba29a94791b163dcf05aacf61cfdd4 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.qbs')
-rw-r--r--src/plugins/projectexplorer/projectexplorer.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.qbs b/src/plugins/projectexplorer/projectexplorer.qbs
index 2b643f69a7..a10aeca32d 100644
--- a/src/plugins/projectexplorer/projectexplorer.qbs
+++ b/src/plugins/projectexplorer/projectexplorer.qbs
@@ -147,6 +147,7 @@ Project {
"toolchainconfigwidget.cpp", "toolchainconfigwidget.h",
"toolchainmanager.cpp", "toolchainmanager.h",
"toolchainoptionspage.cpp", "toolchainoptionspage.h",
+ "userfileaccessor.cpp", "userfileaccessor.h",
"vcsannotatetaskhandler.cpp", "vcsannotatetaskhandler.h",
"waitforstopdialog.cpp", "waitforstopdialog.h",
"xcodebuildparser.cpp", "xcodebuildparser.h"