forked from qt-creator/qt-creator
qbs build: Remove the group enumerating the qmake project files
The qmake build is gone. Change-Id: If2c9948ab08201efb1696dc9ea6eea0e59e31412 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -22,19 +22,6 @@ Project {
|
|||||||
"tests/tests.qbs"
|
"tests/tests.qbs"
|
||||||
]
|
]
|
||||||
|
|
||||||
Product {
|
|
||||||
name: "qmake project files"
|
|
||||||
files: {
|
|
||||||
var list = ["**/*.pr[io]"];
|
|
||||||
var props = [additionalPlugins, additionalLibs, additionalTools, additionalAutotests];
|
|
||||||
for (var i = 0; i < props.length; ++i) {
|
|
||||||
for (var j = 0; j < props[i].length; ++j)
|
|
||||||
list.push(props[i][j] + "/**/*.pr[io]");
|
|
||||||
}
|
|
||||||
return list;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
Product {
|
Product {
|
||||||
name: "cmake project files"
|
name: "cmake project files"
|
||||||
files: {
|
files: {
|
||||||
|
Reference in New Issue
Block a user