summaryrefslogtreecommitdiff
path: root/src/src.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-06-09 19:48:48 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2016-06-13 09:34:10 +0000
commit44c5c6ac58fab3b1842b46ad3d65b4febce80e1d (patch)
tree407d38d021c99042d56002e0db5b5f756c4cb106 /src/src.qbs
parentf085cb223612b549f7026bf8272ad437ae07931f (diff)
downloadqt-creator-44c5c6ac58fab3b1842b46ad3d65b4febce80e1d.tar.gz
Add static library for qmake project file parser.
This is needed to build plugins "out of source". Change-Id: If842cde86e1eb54daa3daf7f9d6f27751f657d9e Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/src.qbs')
-rw-r--r--src/src.qbs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src.qbs b/src/src.qbs
index cca3a2ddd9..885bb6dd1a 100644
--- a/src/src.qbs
+++ b/src/src.qbs
@@ -8,10 +8,11 @@ Project {
references: [
"app/app.qbs",
"app/app_version_header.qbs",
- project.sharedSourcesDir + "/json",
"libs/libs.qbs",
"plugins/plugins.qbs",
- "tools/tools.qbs"
+ "tools/tools.qbs",
+ project.sharedSourcesDir + "/json",
+ project.sharedSourcesDir + "/proparser",
]
property bool qbsSubModuleExists: File.exists(qbsProject.qbsBaseDir + "/qbs.qbs")