Skip to content

Commit

Permalink
qbs build: Remove the group enumerating the qmake project files
Browse files Browse the repository at this point in the history
The qmake build is gone.

Change-Id: If2c9948ab08201efb1696dc9ea6eea0e59e31412
Reviewed-by: Christian Stenger <[email protected]>
  • Loading branch information
ckandeler committed Sep 19, 2023
1 parent 263b1e7 commit 7e43895
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions qtcreator.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,6 @@ Project {
"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 {
name: "cmake project files"
files: {
Expand Down

0 comments on commit 7e43895

Please sign in to comment.