forked from qt-creator/qt-creator
CMakePM: Fix qbs build
Change-Id: I96ea5f4130c9a5449ad7c0f97f63494ecf5b0e01 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -93,4 +93,18 @@ QtcPlugin {
|
|||||||
"projecttreehelper.cpp",
|
"projecttreehelper.cpp",
|
||||||
"projecttreehelper.h"
|
"projecttreehelper.h"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Group {
|
||||||
|
name: "3rdparty"
|
||||||
|
cpp.includePaths: base.concat("3rdparty/cmake")
|
||||||
|
|
||||||
|
prefix: "3rdparty/cmake/"
|
||||||
|
files: [
|
||||||
|
"cmListFileCache.cxx",
|
||||||
|
"cmListFileCache.h",
|
||||||
|
"cmListFileLexer.c",
|
||||||
|
"cmListFileLexer.h",
|
||||||
|
"cmStandardLexer.h",
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user