summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-08-29 13:36:05 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-09-03 10:47:11 +0000
commitccff5cc28dc1ce48097a45802b2d154bea33f5ea (patch)
tree3334259f561dfac8b9fe83c613f9c289ea91831f
parent5d2dbd0a6a215c8550f2f24f4f1909e0dcd56789 (diff)
downloadqtbase-ccff5cc28dc1ce48097a45802b2d154bea33f5ea.tar.gz
Add qsavefile.cpp to the bootstrap lib
As in the qmake build. Change-Id: Ib067c7b87422e165e742c562fda6b91e6c6c8f37 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
-rw-r--r--src/tools/bootstrap/bootstrap.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/bootstrap/bootstrap.qbs b/src/tools/bootstrap/bootstrap.qbs
index 62a9e7c79b..905d1bc42e 100644
--- a/src/tools/bootstrap/bootstrap.qbs
+++ b/src/tools/bootstrap/bootstrap.qbs
@@ -109,6 +109,7 @@ QtModuleProject {
"io/qiodevice.cpp",
"io/qloggingcategory.cpp",
"io/qloggingregistry.cpp",
+ "io/qsavefile.cpp",
"io/qstandardpaths.cpp",
"io/qtemporaryfile.cpp",
"kernel/qcoreapplication.cpp",