Fix qbs build.

Change-Id: I235ef625162755192b3f499a2e46bbdb28ca5842
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christian Kandeler
2012-05-09 16:25:24 +02:00
committed by Kai Koehne
parent ea96c245ce
commit ad3e94f67c
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ QtcLibrary {
"qmlenginedebugclient.h",
"qv8profilerclient.cpp",
"qv8profilerclient.h",
"qmltoolsclient.cpp",
"qmltoolsclient.h"
]
ProductModule {

View File

@@ -104,6 +104,7 @@ QtcLibrary {
ProductModule {
Depends { name: "cpp" }
Depends { name: "LanguageUtils" }
cpp.includePaths: [
".",
"parser"