summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2023-08-07 15:14:05 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2023-08-07 13:27:37 +0000
commitbe86a8ea6b7671c7a60abc6e51db27ace7baedb9 (patch)
tree63613bc2596d1b45333cdb745ecfbf1ecbfa01df
parent9cd74c87df440e34ac4593b1a16ec6f7b7843d86 (diff)
Fix qbs build12.0
Projects cannot set module properties. Change-Id: I9500936d6bb26cd40a213ceea143f7c59c5a629d Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--perfparser.qbs2
1 files changed, 0 insertions, 2 deletions
diff --git a/perfparser.qbs b/perfparser.qbs
index c3c765b..1f6c05e 100644
--- a/perfparser.qbs
+++ b/perfparser.qbs
@@ -5,8 +5,6 @@ Project {
name: "Perf Parser"
condition: qbs.targetOS.contains("linux")
- cpp.defines: base.concat(["QT_NO_FOREACH"])
-
property bool withAutotests: qbs.buildVariant === "debug"
property string installBase: Environment.getEnv("ELFUTILS_INSTALL_DIR")