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:
Christian Kandeler
2023-09-18 16:29:06 +02:00
parent 263b1e70ef
commit 7e43895e81

View File

@@ -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: {