summaryrefslogtreecommitdiff
path: root/src/plugins/android/android.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/plugins/android/android.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/plugins/android/android.qbs')
-rw-r--r--src/plugins/android/android.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/android/android.qbs b/src/plugins/android/android.qbs
index 1a08abc764..f326a88dd4 100644
--- a/src/plugins/android/android.qbs
+++ b/src/plugins/android/android.qbs
@@ -9,6 +9,7 @@ Project {
Depends { name: "Qt"; submodules: ["widgets", "xml", "network"] }
Depends { name: "Core" }
Depends { name: "Debugger" }
+ Depends { name: "ProParser" }
Depends { name: "ProjectExplorer" }
Depends { name: "QmlDebug" }
Depends { name: "QtSupport" }