summaryrefslogtreecommitdiff
path: root/src/src.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-02-05 13:01:51 +0100
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-02-05 12:27:41 +0000
commit53483fd82fa8c732c6d660d3a6bd8c3155746498 (patch)
tree1ee3494fe95bbf483a59c6a52cf8ea3258e8b262 /src/src.qbs
parent9a723a0c98ff335e4e6f8cbf8bf02bcd56d524c0 (diff)
downloadqt-creator-53483fd82fa8c732c6d660d3a6bd8c3155746498.tar.gz
Fix qbs project file for json library.
Change-Id: I45e5427e406973bfa880832ed32c41c92fe3a0d1 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.qbs b/src/src.qbs
index 1953849d02..c1dd5905d4 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -7,6 +7,7 @@ Project {
references: [
"app/app.qbs",
"app/app_version_header.qbs",
+ project.sharedSourcesDir + "/json",
"libs/libs.qbs",
"plugins/plugins.qbs",
"tools/tools.qbs"
@@ -45,7 +46,6 @@ Project {
qbsBaseDir + "/src/plugins/plugins.qbs",
qbsBaseDir + "/share/share.qbs",
qbsBaseDir + "/src/app/apps.qbs",
- project.sharedSourcesDir + "/json",
]
}
}