forked from qt-creator/qt-creator
Fix qbs build.
Change-Id: I235ef625162755192b3f499a2e46bbdb28ca5842 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
ea96c245ce
commit
ad3e94f67c
@@ -43,6 +43,8 @@ QtcLibrary {
|
|||||||
"qmlenginedebugclient.h",
|
"qmlenginedebugclient.h",
|
||||||
"qv8profilerclient.cpp",
|
"qv8profilerclient.cpp",
|
||||||
"qv8profilerclient.h",
|
"qv8profilerclient.h",
|
||||||
|
"qmltoolsclient.cpp",
|
||||||
|
"qmltoolsclient.h"
|
||||||
]
|
]
|
||||||
|
|
||||||
ProductModule {
|
ProductModule {
|
||||||
|
|||||||
@@ -104,6 +104,7 @@ QtcLibrary {
|
|||||||
|
|
||||||
ProductModule {
|
ProductModule {
|
||||||
Depends { name: "cpp" }
|
Depends { name: "cpp" }
|
||||||
|
Depends { name: "LanguageUtils" }
|
||||||
cpp.includePaths: [
|
cpp.includePaths: [
|
||||||
".",
|
".",
|
||||||
"parser"
|
"parser"
|
||||||
|
|||||||
Reference in New Issue
Block a user